From 1edc82c18f010c63ad0c4a1ab8a09e40ab722d9e Mon Sep 17 00:00:00 2001 From: Jonathan Butler Date: Fri, 1 Nov 2024 15:56:48 -0400 Subject: [PATCH] Update config to have dev bug report form. --- .github/ISSUE_TEMPLATE/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml index 8308ee1..2eba4d5 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -8,6 +8,8 @@ contact_links: about: "Have an idea for improvement? Let us know" - name: "💡 Dev Feature Request Form" url: https://github.com/T0pcyber/Hawk/issues/new?template=dev_feature_request.yml + - name: "💡 Dev Feature Request Form" + url: https://github.com/T0pcyber/Hawk/issues/new?template=dev_bug_report.yml about: "Have an idea for improvement? Let us know" - name: "📚 Documentation Issue" url: https://github.com/T0pcyber/Hawk/issues/new?template=documentation.yml