Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mirror: Add issue template #162

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Report an issue when building or using bpftool
---

## Reporting an issue

<!--
Issues on this repository are used for two purposes:

1. Track issues that have been reported on the BPF mailing list, and are known to the maintainers
2. Report and track issues that are proper to the GitHub mirror (such as mirror-specific files or changes)

Please report new bpftool bugs to the BPF mailing list first. More people will see your report there.

- Mailing list address: [email protected]
- Mailing list subscription: http://vger.kernel.org/vger-lists.html#bpf
- Mailing list archives: https://lore.kernel.org/bpf/
- BPF reporting documentation: https://docs.kernel.org/bpf/bpf_devel_QA.html#q-how-do-i-report-bugs-for-bpf-kernel-code
-->

- [ ] I considered whether to report to the BPF mailing list first

## Environment

- bpftool version:
- Linux kernel version:
- (optionally) clang/LLVM version:
- ...

## Describe the bug

<!--
A clear and concise description of what the bug is.
Please consider providing reproducing steps, or - when an eBPF program is involved - a minimal reproducing example.
-->
Loading