mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-12-27 11:37:54 +01:00
Better issue templates
This commit is contained in:
parent
b352b7e83a
commit
d0c19d9823
26
.github/ISSUE_TEMPLATE/bug_report.md
vendored
26
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,24 +1,24 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report a bug
|
||||
title: "[Bug]"
|
||||
labels: bug
|
||||
assignees: 'tr7zw'
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
<!-- Tell us what behavior is expected -->
|
||||
|
||||
**Server Setup**
|
||||
Server Specifications:
|
||||
**Observed behavior**
|
||||
<!-- 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**
|
||||
Add any other context about the problem here.
|
||||
<!-- Anything other you want us to know -->
|
||||
|
15
.github/ISSUE_TEMPLATE/feature_request.md
vendored
15
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -1,10 +1,17 @@
|
||||
---
|
||||
name: Feature request
|
||||
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 -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user