diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..3058a38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,11 @@ +blank_issues_enabled: false +contact_links: + - name: "🐛 Report a Bug" + url: https://github.com/T0pcyber/Hawk/issues/new?template=user_bug_report.yml + about: "Found a bug? Report it here" + - name: "💡 Suggest a Feature" + url: https://github.com/T0pcyber/Hawk/issues/new?template=user_feature_request.yml + about: "Have an idea for improvement? Let us know" + - name: "📚 Documentation Issue" + url: https://github.com/T0pcyber/Hawk/issues/new?template=documentation.yml + about: "Report issues with documentation"