Compare commits
24 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d71ab9d4fd | |||
| eb21c08706 | |||
| 95704a412d | |||
| a3d5b47910 | |||
| 58f2f788b1 | |||
| 434a4f1129 | |||
| 11e954857b | |||
| 49d9a43235 | |||
| 4a4ae22a2d | |||
| ad4e44dc55 | |||
| 6c216ddf28 | |||
| 12465cfd58 | |||
| 6d216e8201 | |||
| 44d56ebe1b | |||
| ad2dd20ca1 | |||
| f266852fa5 | |||
| caac25cb73 | |||
| baf0a7997d | |||
| 9b1f7c2600 | |||
| e674a1634d | |||
| d1dc5ec31d | |||
| 30c827647c | |||
| b49a633456 | |||
| ae5caa0098 |
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links: []
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user