From d7c47a587c6470275ab20c6baf10b10cd191550b Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:29:26 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 -------- .github/ISSUE_TEMPLATE/bug_report.yml | 78 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ------ .github/ISSUE_TEMPLATE/feature_request.yml | 45 +++++++++++++ 5 files changed, 128 insertions(+), 47 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 537630e..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -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. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..f45cd41 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b078a63 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..73d2e05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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