Better issue templates

This commit is contained in:
Ivan Pekov 2020-08-17 21:39:50 +03:00 committed by GitHub
parent b352b7e83a
commit d0c19d9823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 17 deletions

View File

@ -1,24 +1,24 @@
--- ---
name: Bug report name: Bug report
about: Report a bug about: Report a bug
title: "[Bug]"
labels: bug
assignees: 'tr7zw'
--- ---
**Describe the bug**
**To Reproduce**
Steps to reproduce the behavior:
**Expected behavior** **Expected behavior**
A clear and concise description of what you expected to happen. <!-- Tell us what behavior is expected -->
**Server Setup** **Observed behavior**
Server Specifications: <!-- Tell us what is happening -->
Plugins used: **Steps to reproduce (if known)**
<!-- Tell us how did you make this happen
details are always useful -->
**Installed plugins**
<!-- Give us a screenshot of your /plugins -->
**Version**
<!-- This can be seen by the output of /version . Just screenshot that and give it to us -->
**Additional context** **Additional context**
Add any other context about the problem here. <!-- Anything other you want us to know -->

View File

@ -1,10 +1,17 @@
--- ---
name: Feature request name: Feature request
about: Suggest a feature or enhancement about: Suggest a feature or enhancement
title: "[Enhancement]"
labels: enhancement
assignees: ''
--- ---
**Describe the feature (Make sure it is not an API Change, Yatopia does not accept those) and be specific.** **Describe what do you want us to implement**
<!-- Give a description of the feature request.
API changes which are not additions is a no-no so
don't waste our time -->
**Is your feature request related to a problem**
<!-- Describe whether or not the feature fixes a bug/incompatibility -->
**Additional context**
<!-- Anything other you want us to know -->