Skip to content

Commit

Permalink
added issue templates (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
thepranaygupta authored Nov 5, 2021
1 parent 36e773b commit 58612dc
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Bug
description: Report a bug found in the Repository's source code
labels: ["bug fix"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the question or issue, also include what you tried and what didn't work
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable
validations:
required: false
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this bug?
validations:
required: false
- type: markdown
attributes:
value: |
You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ)
Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix)
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Ideas
description: Have a new idea/feature for this Repository?
labels: ["new idea"]
body:
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the question or issue, also include what you tried and what didn't work
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Please add screenshots if applicable
validations:
required: false
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this idea?
validations:
required: false
- type: markdown
attributes:
value: |
You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ)
Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix)
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Other
description: Use this for any other issues. Please do NOT create blank issues
body:
- type: textarea
id: description
attributes:
label: What would you like to share?
description: A brief description of the question or issue, also include what you tried and what didn't work
validations:
required: true
- type: textarea
id: extrainfo
attributes:
label: Additional information
description: Is there anything else we should know about this issue?
validations:
required: false
- type: markdown
attributes:
value: |
You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ)
Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix)

0 comments on commit 58612dc

Please sign in to comment.