This commit is contained in:
Mirco Wittrien 2019-11-18 15:26:33 +01:00
commit 87fc1ed3f3
3 changed files with 72 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: Bug Report
about: Create a report to help us improve
title: "[BUG] - PLUGIN/THEMENAME"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
When does the bug occur.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Discord Built (stable, ptb or canary):**
Which built o discord are you using.
**Additional context**
Add any other context about the problem here.

29
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,29 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''
---
**Name**
In which plugin or theme does the bug occur.
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
When does the bug occur.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Discord Built (stable, ptb or canary):**
Which built o discord are you using.
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,17 @@
---
name: Feature/Improvement Request
about: Suggest an idea for this project
title: "[IMPROVEMENT] - PLUGIN/THEMENAME"
labels: improvement
assignees: ''
---
**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.