Skip to content

Commit

Permalink
miscellaneous.yml [V1]
Browse files Browse the repository at this point in the history
Version 1 of the miscellaneous issue template file for this project.
  • Loading branch information
seanpm2001 authored Dec 8, 2022
1 parent 780ee72 commit 5f3c151
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/miscellaneous.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Miscellaneous
description: Write a general issue without too much questioning
body:
- type: markdown
attributes:
value: |
Unknown
- type: checkboxes
attributes:
label: Prerequisites
description: |
To rule out invalid issues, confirm and check each one of the checkboxes.
options:
- label: I verified that this is not an existing issue
required: true
- label: This is not a question, poll, or discussion
required: true
- label: I checked the documentation to understand that the issue I report is not a normal behavior
required: true
- type: textarea
attributes:
label: Description
description: Your issue description. Make sure to utilize Markdown to make your life easier :)
validations:
required: true
# File info
# File type: GitHub bug report issue template (*.yml)
# File version: 1 (2022, Wednesday, November 23rd at 6:31 pm PST)
# Line count (including blank lines and compiler line): 30

0 comments on commit 5f3c151

Please sign in to comment.