Skip to content

Commit

Permalink
ask a question template
Browse files Browse the repository at this point in the history
  • Loading branch information
dalwar23 committed Apr 25, 2024
1 parent 1c0099c commit 645db5e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/aks_a_question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "❓Ask a question"
description: "Ask a question about kumaone"
labels: [question]
body:
- type: textarea
id: related-issues
validations:
required: true
attributes:
label: "📑 I have found these related issues/pull requests"
description: "Search related issues by clicking [HERE](https://github.com/devopsforhumans/kumaone/issues)"
placeholder: "Related to #1"
- type: textarea
id: question
validations:
required: false
attributes:
label: "Question"
description: "Ask your question here."

0 comments on commit 645db5e

Please sign in to comment.