forked from ChrisTitusTech/winutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use yaml for issue template - Make User experience better by taking stuff out of editor that does not need to be there - add config.yaml - disable blank issues - link community Discord Server
- Loading branch information
1 parent
dccda61
commit 6c8ca81
Showing
3 changed files
with
67 additions
and
30 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
name: "Bug report" | ||
about: "Create a report to help us improve" | ||
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:** Ensure you are using Windows 11, Windows 10 and Custom ISO's which are not made using Microwin are not supported. | ||
- 💡 For general questions, use the [Discussions section](https://github.com/community-scripts/ProxmoxVE/discussions) or ask on the 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 checked for already existing discussions. | ||
- label: I checked for an already existing pull request addressing the issue. | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: affected_part | ||
attributes: | ||
label: 📜 What part of Winutil are you having issues with? | ||
placeholder: "e.g., Microwin, 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 💻 Community Discord | ||
url: https://discord.gg/RUbZUZyByQ | ||
about: Join our Community Discord server to chat with other users in the Winutil community. |