Skip to content

Commit

Permalink
mirror: Add issue template
Browse files Browse the repository at this point in the history
Add an issue template to encourage users to report issues to the BPF mailing
list rather than to GitHub Issues. The GitHub issues should be used either to:

- Track issues reported to the mailing list and known to the maintainers
- Report and track issues related to the mirror itself (mirror-specific files
  or modifications)

Signed-off-by: Quentin Monnet <[email protected]>
  • Loading branch information
qmonnet committed Sep 11, 2024
1 parent bd02311 commit be5f512
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Report an issue when building or using bpftool
title: ''
labels: ''
assignees: ''

---

<!--
Issues on this repository are used for two purposes:
- Track issues that have been reported on the BPF mailing list, and are known to the maintainers
- 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 reports 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.
-->

0 comments on commit be5f512

Please sign in to comment.