Update issue templates

This commit is contained in:
Raphire
2025-06-11 23:09:46 +02:00
parent a2095b2b60
commit 1729831af9
2 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
name: "Bug report" name: "🐞 Bug report"
description: "Report an issue you encountered" description: "Report an issue you encountered"
labels: ["bug"] labels: ["bug"]
@@ -6,15 +6,16 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
# **Bug report** # 🐞 **Bug report**
Thanks for taking the time to fill out this bug report! Please provide as much information as possible in your report to help us understand and resolve the issue. Thanks for taking the time to fill out this bug report! Please provide as much information as possible in your report to help us understand and resolve the issue.
- type: checkboxes - type: checkboxes
id: checklist id: checklist
attributes: attributes:
label: Checklist label: Checklist
description: Please confirm the following before posting your issue.
options: options:
- label: I searched for existing issues/discussions and didn't find any similar ones. - label: I have searched for existing issues/discussions and didn't find any similar ones.
required: true required: true
- label: I haven't used any other scripts, tools or programs that might have caused this issue. - label: I haven't used any other scripts, tools or programs that might have caused this issue.
required: false required: false
@@ -41,7 +42,7 @@ body:
id: issue_description id: issue_description
attributes: attributes:
label: Describe the issue label: Describe the issue
description: A clear and detailed description of the issue. description: Provide a clear and detailed description of the issue.
placeholder: e.g. "When I ran the script I expected [...], but instead [...]. This caused [...]." placeholder: e.g. "When I ran the script I expected [...], but instead [...]. This caused [...]."
validations: validations:
required: true required: true
@@ -50,7 +51,7 @@ body:
id: steps_to_reproduce id: steps_to_reproduce
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
description: Steps on how to reproduce the behavior. description: How can the behaviour be reproduced? Please provide detailed steps.
placeholder: | placeholder: |
1. Open '...' 1. Open '...'
2. Select '...' 2. Select '...'
@@ -63,7 +64,7 @@ body:
id: error_logs id: error_logs
attributes: attributes:
label: Error output label: Error output
description: Include any logs or error messages that are relevant to the issue. Please keep in mind that logs can contain information that may be sensitive or personal, so review them before submitting. description: "Include any relevant logs or error messages. Logs can be found in `%temp%/Win11Debloat` or the root folder of the script. Please keep in mind that logs may contain personal information such as usernames and the name of your PC, so review them before submitting."
placeholder: Include any relevant logs or error messages. placeholder: Include any relevant logs or error messages.
validations: validations:
required: false required: false

View File

@@ -1,4 +1,4 @@
name: "Feature request" name: "💡 Feature request"
description: "Suggest a new feature or improvement" description: "Suggest a new feature or improvement"
labels: ["enhancement"] labels: ["enhancement"]
@@ -6,15 +6,16 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
# **Feature request** # 💡 **Feature request**
Thanks for taking the time to suggest a feature for Win11Debloat! Please include as much detail as possible to help us understand and evaluate your suggestion. Thanks for taking the time to suggest a feature for Win11Debloat! Please include as much detail as possible to help us understand and evaluate your suggestion.
- type: checkboxes - type: checkboxes
id: checklist id: checklist
attributes: attributes:
label: Checklist label: Checklist
description: Please confirm the following before posting your issue.
options: options:
- label: I searched for existing issues/discussions and didn't find any similar ones. - label: I have searched for existing issues/discussions and didn't find any similar ones.
required: true required: true
- type: textarea - type: textarea