Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Xian55 committed Nov 14, 2021
2 parents b389c5d + 8a1bcbd commit 9edcc24
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 9edcc24

Please sign in to comment.