Skip to content

Commit

Permalink
13.52
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Nov 17, 2023
2 parents b420508 + ebe0b2f commit 88ded46
Show file tree
Hide file tree
Showing 38 changed files with 480 additions and 853 deletions.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug_report_retail.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: "Bug Report: Retail"
description: Report a bug for Retail
title: "Title here"
labels: ['🐛 Needs Investigation ❓', '🧬 Retail 🐲']
body:
- type: textarea
id: what-happened
attributes:
label: Troubleshooting Steps
description: |
1. Type in game: `/edebug on` (or `/ec`, on left **[Information]**, on top **[Debug]**)
2. Test. Still have the issue?
- **NO** Issue is probably another addon or plugin. Skip to the last step.
- **YES** Type in game: `/estatus` (or `/ec`, on top **[Status]**)
3. Upload a **full, uncropped screenshot** showing the issue **and** the status panel.
4. Finished with debugging? Repeat the first step.
placeholder: Please go through the steps above and provide the requested information and a description of the issue.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Describe the expected behavior and what actually happened?
description: Please try to be as descriptive as possible.
placeholder: Try to explain what happened and what you expected the outcome to be.
validations:
required: false
- type: textarea
id: repoduce-steps
attributes:
label: Reproducing the issue.
description: List steps in order to reproduce this issue.
placeholder: Please make sure to use the debug command first. /edebug on
validations:
required: false
- type: textarea
id: errors
attributes:
label: Lua Errors
description: If you have any Lua errors, please put them here.
placeholder: "The first error is the most relevant error. (ex: 1 of 10)"
render: shell
- type: checkboxes
id: terms
attributes:
label: Verification Steps
description: This is important in order to rule out any other addons causing the issue.
options:
- label: I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/development/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
required: true
- label: I have verified my issue doesn't exist in the Default UI or the [Issue Tracker](https://github.com/tukui-org/ElvUI/issues).
required: true
- label: I have not read any of these steps, please close my issue when you see it.
- label: I have done the Troubleshooting Steps and included the requested screenshots, which show the issue and status panel.
required: true
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/1_feature_request.md

This file was deleted.

60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/2_bug_report_retail.yaml

This file was deleted.

55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/2_bug_report_wrath.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: "Bug Report: Wrath"
description: Report a bug for Wrath
title: "Title here"
labels: ['🐛 Needs Investigation ❓', '🧬 Wrath ❄️']
body:
- type: textarea
id: what-happened
attributes:
label: Troubleshooting Steps
description: |
1. Type in game: `/edebug on` (or `/ec`, on left **[Information]**, on top **[Debug]**)
2. Test. Still have the issue?
- **NO** Issue is probably another addon or plugin. Skip to the last step.
- **YES** Type in game: `/estatus` (or `/ec`, on top **[Status]**)
3. Upload a **full, uncropped screenshot** showing the issue **and** the status panel.
4. Finished with debugging? Repeat the first step.
placeholder: Please go through the steps above and provide the requested information and a description of the issue.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Describe the expected behavior and what actually happened?
description: Please try to be as descriptive as possible.
placeholder: Try to explain what happened and what you expected the outcome to be.
validations:
required: false
- type: textarea
id: repoduce-steps
attributes:
label: Reproducing the issue.
description: List steps in order to reproduce this issue.
placeholder: Please make sure to use the debug command first. /edebug on
validations:
required: false
- type: textarea
id: errors
attributes:
label: Lua Errors
description: If you have any Lua errors, please put them here.
placeholder: "The first error is the most relevant error. (ex: 1 of 10)"
render: shell
- type: checkboxes
id: terms
attributes:
label: Verification Steps
description: This is important in order to rule out any other addons causing the issue.
options:
- label: I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/development/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
required: true
- label: I have verified my issue doesn't exist in the Default UI or the [Issue Tracker](https://github.com/tukui-org/ElvUI/issues).
required: true
- label: I have not read any of these steps, please close my issue when you see it.
- label: I have done the Troubleshooting Steps and included the requested screenshots, which show the issue and status panel.
required: true
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/3_bug_report_classic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: "Bug Report: Classic"
description: Report a bug for Classic
title: "Title here"
labels: ['🐛 Needs Investigation ❓', '🧬 Classic 💀']
body:
- type: textarea
id: what-happened
attributes:
label: Troubleshooting Steps
description: |
1. Type in game: `/edebug on` (or `/ec`, on left **[Information]**, on top **[Debug]**)
2. Test. Still have the issue?
- **NO** Issue is probably another addon or plugin. Skip to the last step.
- **YES** Type in game: `/estatus` (or `/ec`, on top **[Status]**)
3. Upload a **full, uncropped screenshot** showing the issue **and** the status panel.
4. Finished with debugging? Repeat the first step.
placeholder: Please go through the steps above and provide the requested information and a description of the issue.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Describe the expected behavior and what actually happened?
description: Please try to be as descriptive as possible.
placeholder: Try to explain what happened and what you expected the outcome to be.
validations:
required: false
- type: textarea
id: repoduce-steps
attributes:
label: Reproducing the issue.
description: List steps in order to reproduce this issue.
placeholder: Please make sure to use the debug command first. /edebug on
validations:
required: false
- type: textarea
id: errors
attributes:
label: Lua Errors
description: If you have any Lua errors, please put them here.
placeholder: "The first error is the most relevant error. (ex: 1 of 10)"
render: shell
- type: checkboxes
id: terms
attributes:
label: Verification Steps
description: This is important in order to rule out any other addons causing the issue.
options:
- label: I have read the [Changelog](https://github.com/tukui-org/ElvUI/blob/development/CHANGELOG.md) and verified [ElvUI](https://tukui.org/elvui) is up to date by checking **/estatus**
required: true
- label: I have verified my issue doesn't exist in the Default UI or the [Issue Tracker](https://github.com/tukui-org/ElvUI/issues).
required: true
- label: I have not read any of these steps, please close my issue when you see it.
- label: I have done the Troubleshooting Steps and included the requested screenshots, which show the issue and status panel.
required: true
60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/3_bug_report_wrath.yaml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/ISSUE_TEMPLATE/4_bug_report_classic.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions?
url: https://discord.gg/xFWcfgE
about: Please join our Discord!
url: https://discord.tukui.org
about: Please join our Discord!
Loading

0 comments on commit 88ded46

Please sign in to comment.