Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add issue forms #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Bug report
description: Create a bug report to help us address errors in the repository
title: "[BUG] <bug description>"
labels: [bug]
body:
- type: textarea
id: bugdescription
attributes:
label: Description of the bug
validations:
required: true
- type: input
id: stack
attributes:
label: Project stack or language (e.g. front-end)
validations:
required: true
- type: textarea
id: workingenvironment
attributes:
label: Working Environment (e.g. operating system, browser, device)
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Please add screenshots (if applicable)
validations:
required: false
- type: textarea
id: context
attributes:
label: Add any other context about the problem here
validations:
required: false
- type: markdown
attributes:
value: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Ideas
description: Have a new idea or feature request
title: "[FEATURE REQUEST] <description here>"
labels: [enhancement]
body:
- type: textarea
id: description
attributes:
label: Description of feature request, idea
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Add (multiple) screenshot links (if applicable)
validations:
required: false
- type: textarea
id: context
attributes:
label: Add any other context about the feature request here
validations:
required: false
- type: markdown
attributes:
value: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Other
description: Use this for any other issues. PLEASE do not create blank issues
title: "[OTHER]"
labels: [triage]
body:
- type: markdown
attributes:
value: "# Other issue"
- type: textarea
id: issuedescription
attributes:
label: What would you like to share?
description: Provide a clear and concise explanation of your issue.
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: |
Join our Discord Community [here](https://discord.gg/ceMXzhfaka)
Follow us on LinkedIn [here](https://www.linkedin.com/company/devs-dungeon)
Follow us on Twitter [here](https://twitter.com/devs_dungeon)
Feel free to check out other cool repositories of the DEVs Dungeon Community [here](https://github.com/Devs-Dungeon)