Skip to content

Commit

Permalink
Added issue report templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK authored Jun 13, 2022
1 parent 0b2a129 commit a0fb1a9
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: 🐛 Bug report
description: Create a report to help us improve
title: "[ISSUE]: "
labels: [bug]
body:
- type: markdown
attributes:
value: |
### __Disclaimer:__
In order to provide you the help we need your console data: nvram backup file and sticker photo.
- type: checkboxes
id: terms
attributes:
label: Checks
description: "Check before posting"
options:
- label: I provided nvram backup file
- label: I provided sticker photo

- type: input
id: console
attributes:
label: Console model
description: you can see it on the console sticker or inside OSDSYS (press triangle on main menú)
placeholder: SCPH-?????
validations:
required: true

- type: textarea
id: explanation
attributes:
label: Describe the issue
description: Drag and drop your nvram backup and sticker photo here, in text area. And add a clear and concise description of what the issue is.
placeholder: My issue is...
validations:
required: true

48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: 🚀 Feature request
description: Suggest an idea for this project
title: "[FR]"
labels: [enhancement]
body:
- type: checkboxes
id: terms
attributes:
label: Checks
description: "Check before posting"
options:
- label: I have checked existing [__MechaPwn feature requests__](https://github.com/MechaResearch/MechaPwn/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement+) for duplicates and found none

- type: textarea
id: explanation
attributes:
label: Describe the FR
description: "Is your feature request related to a problem? Please describe."
placeholder: "I'm always frustrated when [...]"
validations:
required: false

- type: textarea
id: solution
attributes:
label: "Describe the solution you'd like"
description: "A clear and concise description of what you want to happen."
placeholder: "...Should happen"
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: "Describe alternatives you've considered"
description: "A clear and concise description of any alternative solutions or features you've considered."
placeholder: "..."
validations:
required: false

- type: textarea
id: context
attributes:
label: "Additional context"
description: "more context"
placeholder: "..."
validations:
required: false

0 comments on commit a0fb1a9

Please sign in to comment.