Skip to content

Commit

Permalink
Issue #114: Fix Github example issue message. This references telegra…
Browse files Browse the repository at this point in the history
…m-upload.
  • Loading branch information
Nekmo committed Jul 3, 2023
1 parent 2fdfee3 commit f7303c3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Application question
description: Questions about Dirhunt, doubts and other issues.
labels: [question]
body:

- type: textarea
id: description
attributes:
label: Description
description: Describe the question in detail.
placeholder: I have searched the Dirhunt documentation on a topic and I have not found any help about...
validations:
required: true

- type: checkboxes
id: checklist
attributes:
label: Checklist
description: Read this carefully, we will close and ignore your issue if you skimmed through this.
options:
- label: I have read the documentation and I have not found it.
required: true
- habel: This is a question or something else. This is not a bug report, a feature request or a documentation issue.
required: true
- label: I have searched for this issue before posting it and there isn't a duplicate.
required: true

0 comments on commit f7303c3

Please sign in to comment.