From dfffdea3dd30a028fa30c628907a7b7401ad08c7 Mon Sep 17 00:00:00 2001 From: Quentin Monnet Date: Wed, 11 Sep 2024 11:00:13 +0100 Subject: [PATCH] mirror: Add issue template 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 --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..547aa59 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Report an issue when building or using bpftool +--- + +## Reporting an issue + + + +- [ ] I considered whether to report to the BPF mailing list first + +## Environment + +- bpftool version: +- Linux kernel version: +- (optionally) clang/LLVM version: +- ... + +## Describe the bug + +