diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1d8530f..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -## Describe the bug - - -**Do you have an error log of what happened?** - - -``` -PASTE ERROR HERE -``` - -### To Reproduce - - -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Screenshots** - - -**Which version of WeakAuras are you using?** - - -### Additional Info - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..ba3b426 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,116 @@ +name: "Bug Report" +description: Create a report to help us improve +labels: ['🐛 Bug'] +type: Bug +body: +- type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please [search for existing issues](https://github.com/NoM0Re/WeakAuras-WotLK/issues) to see if an open or closed one already exists for the bug you encountered. If a bug exists and it is closed as complete it may not yet be in a stable release. + options: + - label: I have searched the existing open and closed issues. + required: true + +- type: textarea + attributes: + label: Description + description: What did you expect to happen and what happened instead? + validations: + required: true + +- type: input + attributes: + label: WeakAuras Version + description: | + You can see the current version in the title bar of the options window, if the options do not open, check the `## Version:` field in the WeakAuras.toc file. + placeholder: "WeakAuras 5.0.0" + validations: + required: true + +- type: dropdown + id: flavor + attributes: + label: World of Warcraft Flavor + description: What version of World of Warcraft are are you running? + options: + - WotLK 3.3.5a + validations: + required: true + +- type: dropdown + id: language + attributes: + label: World of Warcraft Language + description: In which language do you play World of Warcraft? + options: + - enGB/enUS + - deDE + - frFR + - itIT + - esES + - esMX + - koKR + - ptBR + - ruRU + - zhCN + - zhTW + validations: + required: true + + +- type: checkboxes + id: testing + attributes: + label: Tested with only WeakAuras + description: Sometimes, other addons can interfere with WeakAuras. We recommend testing with only WeakAuras enabled to see if the issue persists. + options: + - label: I got this issue with only WeakAuras enabled + required: true + +- type: textarea + attributes: + label: Lua Error + description: | + Do you have an error log of what happened? If you don't see any errors, make sure that error reporting is enabled (`/console scriptErrors 1`) or install [BugSack](https://www.curseforge.com/wow/addons/bugsack) & [BugGrabber](https://www.curseforge.com/wow/addons/bug-grabber), yes both are needed. + Note that if the error looks like `[string "--[[ Error in ' my awesome aura' ]` then the bug is in the aura that got mentioned, not in WeakAuras itself. + render: Text + validations: + required: false + +- type: textarea + attributes: + label: Reproduction Steps + description: Please list out the steps to reproduce your bug. Please verify that your reproduction steps are enough to reproduce the problem. + 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: "WeakAuras 5.0.0" + 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: Export String + description: If you do not know which aura is causing issues for you, please attach a ZIP archive of your WeakAuras SavedVariables file, it's the `WeakAuras.lua` file in `World of Warcraft\_retail_\WTF\Account\YOUR_ACCOUNT\SavedVariables\`. In case you do, please export the string and paste it below. + placeholder: Paste your exported WeakAuras string here. + render: Text + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..6fd8c79 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Question + url: https://discord.gg/UXSc7nt + about: Please ask and answer questions here.