Skip to content

Commit

Permalink
Add question issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed Nov 7, 2023
1 parent 438b80b commit f5c4549
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
blank_issues_enabled: false
blank_issues_enabled: true
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ❓ Question
description: Ask a question
body:
- type: markdown
attributes:
value: Thanks for taking the time to ask a question!

- type: textarea
id: description
attributes:
label: Question
description: >
Ask your question here. Please search through existing and closed
issues first to ensure your question hasn't already been answered
elsewhere.
validations:
required: true

0 comments on commit f5c4549

Please sign in to comment.