Skip to content

Commit

Permalink
improve issue template
Browse files Browse the repository at this point in the history
- 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
MyDrift-user committed Feb 13, 2025
1 parent dccda61 commit 6c8ca81
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
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.

0 comments on commit 6c8ca81

Please sign in to comment.