forked from julianperrott/WowClassicGrindBot
-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
92 additions
and
27 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,73 @@ | ||
name: "Bug report" | ||
description: Create a report to help us improve | ||
labels: 'bug' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Please [search for existing issues](https://github.com/Xian55/WowClassicGrindBot/issues) before creating a new one. | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: What did you expect to happen and what happened instead? | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Addon Version | ||
description: | | ||
You can see the current version upon login, if it dosen't show up, check the AddonName.toc file `## Version:` field. | ||
placeholder: "1.1.42" | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: flavor | ||
attributes: | ||
label: World of Warcraft Client | ||
description: What version of World of Warcraft are are you running? | ||
options: | ||
- The Burning Crusade Classic | ||
- Classic | ||
- Season of Mastery | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Reproduction Steps | ||
description: Please list out the steps to reproduce your bug. | ||
placeholder: | | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Last Good Version | ||
description: | | ||
Was it working in a previous version? If yes, which was the last good one? | ||
placeholder: "1.1.42" | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots to help explain your problem. | ||
placeholder: Click here to attach your screenshots via the editor button in the top right. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Logs | ||
description: If applicable, attach `\BlazorServer\*.log` files to reduce the investigation time. | ||
placeholder: Please attach the **Full** log in order to avoid confusion. | ||
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,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: "feature request" | ||
assignees: '' | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |