Switch bug_report and feature_request templates (heavily based on PCSX2)

main
Plínio Larrubia 3 years ago committed by Plínio Larrubia
parent 95002e59f3
commit 0948856a83
No known key found for this signature in database
GPG Key ID: 057B0A87CB137C69

@ -1,40 +0,0 @@
---
name: Bug Report
about: Something doesn't work properly on Windows 10/+
labels: bug
# title: ""
# assignees: ""
---
## Bug Report
(`If some section doesn't apply, use "N/A"`)<br>
(`Lines between ( ) (parentheses) should be removed before posting.`)
### What's the issue you encountered?
(`A clear and concise description of what the bug is.`)
### How can this issue be reproduced?
Step-by-Step to reproduce the behavior:
1. _(e.g. Go to '...')_
2. _(e.g. Click on '....')_
3. _(e.g. Scroll down to '....')_
4. _(e.g. See error)_
### Expected behavior?
(`A clear and concise description of what you expected to happen.`)
### Environment?
- System Specs:
- OS: _(e.g. Windows 10)_
- Version: _(e.g. 21H1)_
- Date Executed: _(e.g. 2021-06-07)_
### Additional context?
(`Add any other context about the problem here.`)

@ -0,0 +1,91 @@
# Docs - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Bug Report
description: Found a problem? Help us improve.
labels: [Bug]
# title: "Bug: "
# assignees:
# - octocat
body:
- type: markdown
attributes:
value: |
## Important: Read First
- If some section doesn't apply, use "N/A"
- type: textarea
id: description
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: How can this issue be reproduced?
description: Steps to reproduce the behavior
placeholder: |
**Example:**
1. _Go to '...'_
2. _Click on '....'_
3. _Scroll down to '....'_
4. _See error_
validations:
required: true
- type: textarea
id: expectedBehavior
attributes:
label: Expected behavior?
description: A clear and concise description of what you expected to happen
validations:
required: false
- type: markdown
attributes:
value: |
## System Info
- type: dropdown
id: os
attributes:
label: Operating System
description: Versions before Windows 10 are not supported
options:
- Windows 11 (64bit)
- Windows 11 (ARM64)
- Windows 10 (64bit)
- Windows 10 (32bit)
- Windows 10 (ARM64)
- Windows 10 (ARM)
validations:
required: true
- type: input
id: osVer
attributes:
label: Operating System Version
description: Versions before 1809 are not supported
placeholder: "Example: 21H2"
validations:
required: true
- type: input
id: dateExecuted
attributes:
label: Date Executed
description: The date you ran the scripts
placeholder: "Example: 2021-11-22"
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: screenshots
description: |
If your issue is better illustrated with screenshots, you may do that here
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional Info
description: |
Please feel free to add any additional info here
validations:
required: false

@ -0,0 +1 @@
blank_issues_enabled: false

@ -1,24 +0,0 @@
---
name: Feature Request
about: Suggest a new feature for this script.
labels: enhancement
# title: ""
# assignees: ""
---
## Feature Request
(`If some section doesn't apply, use "N/A"`)<br>
(`Lines between ( ) (parentheses) should be removed before posting.`)
### What feature are you requesting?
(`A clear and concise description of what you want to happen.`)
### What alternatives have you found?
(`A clear and concise description of any alternative solutions or features you've considered.`)
### Why would it be useful?
(`If this feature is for an [ End-User / Developer ], how does it benefit?`)

@ -0,0 +1,42 @@
# Docs - https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Feature Request
description: Suggest a new feature for this debloat script.
labels: ["Enhancement / Feature Request"]
# title: "FR: "
# assignees:
# - octocat
body:
- type: markdown
attributes:
value: |
## Important: Read First
- If some section doesn't apply, use "N/A"
- type: textarea
id: description
attributes:
label: Description
description: A clear and concise description of what you want to happen
validations:
required: true
- type: textarea
id: reason
attributes:
label: Reason
description: |
Give a reason why you want this feature
- How will it make things easier for you?
- What does it provide that isn't being provided currently?
- How does it benefit?
validations:
required: true
- type: textarea
id: examples
attributes:
label: Examples
description: |
Provide examples of the feature as implemented by other software
Include screenshots or video if you like to help demonstrate how you'd like this feature to work
validations:
required: false
Loading…
Cancel
Save