From 7d28bfc140d657cbb4ee83291110c8e28a7faf90 Mon Sep 17 00:00:00 2001 From: kaitoozawa Date: Fri, 19 Dec 2025 10:38:38 +1000 Subject: [PATCH] new issue template --- .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} | 5 +++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 10 insertions(+) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (92%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 92% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index a25db2373..f7d568ef7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,8 @@ +--- +name: Bug report +about: Report a bug to help us improve BeEF +--- + ## First Steps 1. Confirm that your issue has not been posted previously by searching here: https://github.com/beefproject/beef/issues diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..85385af07 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Questions / Support + url: https://github.com/beefproject/beef/wiki + about: Please check the wiki before opening an issue. \ No newline at end of file