-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |