Update issue templates

This commit is contained in:
Raphire
2025-06-11 15:29:26 +02:00
parent c5702f7096
commit d7c47a587c
5 changed files with 128 additions and 47 deletions

View File

@@ -1,27 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Open '...'
2. Select '....'
3. Wait for '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.

78
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@@ -0,0 +1,78 @@
name: "Bug report"
description: "Report an issue you encountered"
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
# **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.
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: I searched for existing issues/discussions and didn't find any similar ones.
required: true
- label: I haven't used any other scripts, tools or programs that might have caused this issue.
required: false
- type: input
id: windows_version
attributes:
label: Windows version
description: What version of Windows are you using?
placeholder: e.g. Windows 11 24H2 (26100.4202)
validations:
required: true
- type: input
id: script_setting
attributes:
label: Script mode/options
description: What mode/options did you use with the script?
placeholder: e.g. "Default mode", "Custom mode with options X, Y, Z"
validations:
required: true
- type: textarea
id: issue_description
attributes:
label: Describe the issue
description: A clear and detailed description of the issue.
placeholder: e.g. "When I ran the script I expected [...], but instead [...]. This caused [...]."
validations:
required: true
- type: textarea
id: steps_to_reproduce
attributes:
label: Steps to reproduce
description: Steps on how to reproduce the behavior.
placeholder: |
1. Open '...'
2. Select '...'
3. Wait for '...'
4. Etc.
validations:
required: true
- type: textarea
id: error_logs
attributes:
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.
placeholder: Include any relevant logs or error messages.
validations:
required: false
- type: textarea
id: additional_context
attributes:
label: Additional context
description: Add any other context about the problem here.
placeholder: e.g. Screenshots, links to related discussions, etc.
validations:
required: false

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Open a discussion
url: https://github.com/Raphire/Win11Debloat/discussions
about: Discuss anything that is not a bug report or feature request

View File

@@ -1,20 +0,0 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@@ -0,0 +1,45 @@
name: "Feature request"
description: "Suggest a new feature or improvement"
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
# **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.
- type: checkboxes
id: checklist
attributes:
label: Checklist
options:
- label: I searched for existing issues/discussions and didn't find any similar ones.
required: true
- type: textarea
id: description
attributes:
label: Describe the feature or improvement
description: Provide a clear and concise description of your suggested feature or improvement. Explain why you think this feature is needed and how it would benefit users.
placeholder: Describe the feature or improvement.
validations:
required: true
- type: textarea
id: examples
attributes:
label: Examples
description: Provide examples of how the feature could work or be implemented.
placeholder: e.g. Code snippets, mockups, or links to other implementations of similar features.
validations:
required: false
- type: textarea
id: additional_context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
placeholder: e.g. Screenshots, links to related discussions, etc.
validations:
required: false