diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml index a66e788..f0dc4bd 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -9,3 +9,6 @@ contact_links: - name: "📚 Documentation Issue" url: https://github.com/T0pcyber/Hawk/issues/new?template=documentation.yml about: "Report issues with documentation" + - name: "❓ Ask a Question" + url: https://github.com/T0pcyber/Hawk/issues/new?template=question_form.yml + about: "Have a question about Hawk? Ask it here!" diff --git a/.github/ISSUE_TEMPLATE/question_form.yml b/.github/ISSUE_TEMPLATE/question_form.yml new file mode 100644 index 0000000..a160f2c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question_form.yml @@ -0,0 +1,13 @@ +name: "❓ Ask a Question" +description: "Have a question about Hawk? Ask it here!" +title: "Question: " +labels: ["type/question", "status/backlog"] +body: + - type: textarea + id: question + attributes: + label: "Your Question" + description: "Please provide a clear and concise question." + placeholder: "Type your question here..." + validations: + required: true