Skip to content

Commit

Permalink
Add question form.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnybottles committed Nov 1, 2024
1 parent e0a5284 commit fc5abf4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/question_form.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fc5abf4

Please sign in to comment.