Update issue templates (#696)

* Create bug_report.md

* Create feature_request.md
This commit is contained in:
Rsl1122 2018-08-23 08:53:54 +03:00 committed by GitHub
parent f6737969a3
commit 9bc872a070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

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

@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help improving the plugin
---
### Describe the bug
<!-- A clear and concise description of what the bug is. Post possible exceptions further down below -->
### Server information
<!-- This information can be found on the /debug page (Server version, Plan version, etc.) -->
### Exceptions & Other Logs
<!-- This information can be found on the /debug page, or from /plugins/Plan/logs if not available -->
<!-- Try to only include relevant information -->
### Additional information
<!-- Any additional information -->
**Frequency of occurrence**: <>
**Other:**

View File

@ -0,0 +1,16 @@
---
name: Suggestion
about: Feature request or an addition
---
### 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. -->