Skip to content

Commit

Permalink
added issues templetes
Browse files Browse the repository at this point in the history
  • Loading branch information
yrncollo committed Nov 12, 2022
1 parent b1b71eb commit 9195829
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
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: |
You can also join our Twitter community [here](https://twitter.com/Shield_Hackers)
Feel free to check out other cool repositories of the The Shield Community [here](https://github.com/Th3-Shield)
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
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/ideas.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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: |
You can also join our Twitter community [here](https://twitter.com/Shield_Hackers)
Feel free to check out other cool repositories of the The Shield Community [here](https://github.com/Th3-Shield)
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/other.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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: |
You can also join our Twitter community [here](https://twitter.com/Shield_Hackers)
Feel free to check out other cool repositories of the The Shield Community [here](https://github.com/Th3-Shield)

0 comments on commit 9195829

Please sign in to comment.