Compare commits

..

24 Commits

Author SHA1 Message Date
MarcelineVQ d71ab9d4fd update issue template 2026-03-28 01:59:07 +01:00
MarcelineVQ eb21c08706 update issue template 2026-03-28 01:59:04 +01:00
MarcelineVQ 95704a412d update issue template 2026-03-28 01:59:01 +01:00
MarcelineVQ a3d5b47910 fix: simplify bug report template with markdown headers 2026-03-27 23:56:44 +01:00
MarcelineVQ 58f2f788b1 fix: consolidate bug report into single textarea with upload 2026-03-27 23:54:30 +01:00
MarcelineVQ 434a4f1129 fix: remove render attribute, let textarea auto-size 2026-03-27 23:51:35 +01:00
MarcelineVQ 11e954857b fix: disable upload on description field via render attribute 2026-03-27 23:11:19 +01:00
MarcelineVQ 49d9a43235 fix: merge description and steps into single field with prefilled sections 2026-03-27 23:09:30 +01:00
MarcelineVQ 4a4ae22a2d fix: remove duplicate DLL upload section from bug report template 2026-03-27 23:06:12 +01:00
MarcelineVQ ad4e44dc55 fix: bug report template - add upload prompts, resize fields 2026-03-27 22:59:22 +01:00
MarcelineVQ 6c216ddf28 Bug report: remove placeholder text from upload fields 2026-03-27 22:51:57 +01:00
MarcelineVQ 12465cfd58 Add bug_report.yml 2026-03-27 22:41:56 +01:00
MarcelineVQ 6d216e8201 Add config.yml 2026-03-27 22:41:54 +01:00
MarcelineVQ 44d56ebe1b Remove config.yaml 2026-03-27 22:41:53 +01:00
MarcelineVQ ad2dd20ca1 Add other.yml 2026-03-27 22:41:50 +01:00
MarcelineVQ f266852fa5 Remove other.yaml 2026-03-27 22:41:49 +01:00
MarcelineVQ caac25cb73 Rename bug_report.yaml to .yml 2026-03-27 22:41:46 +01:00
MarcelineVQ baf0a7997d Bug report: clean textarea fields for file attachments 2026-03-27 22:33:48 +01:00
MarcelineVQ 9b1f7c2600 Bug report: separate file upload fields for crash log and DLLs 2026-03-27 22:32:05 +01:00
MarcelineVQ e674a1634d Disable blank issue template 2026-03-27 22:30:05 +01:00
MarcelineVQ d1dc5ec31d Add feature request / question template 2026-03-27 22:26:05 +01:00
MarcelineVQ 30c827647c Update bug report: file attachments section 2026-03-27 22:26:04 +01:00
MarcelineVQ b49a633456 Update bug report template: defaults, file attachments 2026-03-27 22:22:52 +01:00
MarcelineVQ ae5caa0098 Add bug report issue template 2026-03-27 22:19:53 +01:00
3 changed files with 53 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
name: Bug Report
about: Report a crash, error, or unexpected behavior
labels:
- bug
body:
- type: dropdown
id: launcher
attributes:
label: Launcher
options:
- WoW.exe (direct)
- VanillaFixes.exe
- Other
default: 0
validations:
required: true
- type: dropdown
id: platform
attributes:
label: Platform
options:
- Windows
- Linux (Wine)
- macOS (Wine/CrossOver)
default: 0
validations:
required: true
- type: textarea
id: description
attributes:
label: Bug Report
description: Attach your WeirdUtils DLL(s) and crash log (.txt from Errors/ folder) by dragging them into this box.
value: |
## What happened?
## Steps to reproduce:
## Other DLLs loaded (nampower, SuperWoW, UnitXP, etc.):
validations:
required: true
+2
View File
@@ -0,0 +1,2 @@
blank_issues_enabled: false
contact_links: []
+10
View File
@@ -0,0 +1,10 @@
name: Feature Request / Question
about: Suggest a feature or ask a question
body:
- type: textarea
id: description
attributes:
label: Description
description: What would you like to see, or what question do you have?
validations:
required: true