mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-07 00:10:10 +00:00
* Delete microwin functions * Update main.ps1 * Remove oscdimg.exe which is used by microwin * Delete config/autounattend.xml * Update .gitignore * Update bug_report.yaml * Update themes.json * Update Invoke-WinUtilFontScaling.ps1 * Update Invoke-AutoConfigDialog.ps1 * Update Invoke-WPFButton.ps1 * Update inputXML.xaml * Delete docs/assets/images/microwin directory * Delete docs/assets/images/MicroWinScreen.png * Delete docs/assets/images/Microwin-Dark.png * Delete docs/assets/images/Microwin-Light.png * Update faq.md * Update KnownIssues.md * Update getting-started.md * Update _index.md * Delete docs/content/userguide/microwin directory * Update architecture.md --------- Co-authored-by: Chris Titus <dfm.titus@gmail.com>
63 lines
2.0 KiB
YAML
63 lines
2.0 KiB
YAML
name: "Bug report"
|
|
description: "Report a bug to help us identify and fix issues in the project."
|
|
labels: ["bug"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
# 🐞 **Issue Report**
|
|
Thank you for taking the time to report an issue! Please provide as much detail as possible to help us address the problem efficiently.
|
|
|
|
## ⚠️ **IMPORTANT**
|
|
- 🛠️ **Supported environments only:** We only support Windows 11.
|
|
- 💡 For general questions, use the [Discussions section](https://github.com/Christitustech/winutil/discussions) or join our Community-driven [Discord Server](https://discord.gg/RUbZUZyByQ).
|
|
|
|
- type: checkboxes
|
|
attributes:
|
|
label: ⚙️ Issue Checklist
|
|
options:
|
|
- label: I have read the guidelines.
|
|
- label: I checked for duplicate issues.
|
|
- label: I searched for existing discussions.
|
|
- label: I checked for an existing pull request that addresses this issue.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
id: affected_part
|
|
attributes:
|
|
label: 📜 What part of Winutil are you having issues with?
|
|
placeholder: "e.g., Tweaks, etc."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: issue_description
|
|
attributes:
|
|
label: 📝 Provide a clear and concise description of the issue.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps_to_reproduce
|
|
attributes:
|
|
label: 🔄 Steps to reproduce the issue.
|
|
placeholder: "e.g., Step 1: ..., Step 2: ..."
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: error_output
|
|
attributes:
|
|
label: ❌ Paste the full error output (if available).
|
|
placeholder: "Include any relevant logs or error messages."
|
|
|
|
- type: textarea
|
|
id: additional_context
|
|
attributes:
|
|
label: 🖼️ Additional context.
|
|
placeholder: "Include screenshots, code blocks (use triple backticks ```), or any other relevant information."
|
|
validations:
|
|
required: false
|