Modernize issue templates

This commit is contained in:
Jordan Brown
2020-06-01 11:48:00 -04:00
committed by GitHub
parent 12813f4fcc
commit b68cacdad9
2 changed files with 56 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
---
name: Bug Report
about: Report a problem with the server
title: ''
labels: Bug, Reproduction Required, Ready
assignees: Cyberboss
---
**Describe the bug**
A clear and concise description of what the bug is. Please note that client issues (i.e. Control panel crashes) do not belong in this repo and should be report in their own.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Logs**
Please include full server logs to help diagnose your problem
**Server State: (please complete the following information):**
- OS:
- Version:
- BYOND Version Used:
- git Repository Used:
- Origin Commit hash Used:
- Active Test Merges:
- Client Version:
**Additional context**
Add any other context about the problem here.
+20
View File
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for the server
title: ''
labels: Feature Request, Backlog
assignees: ''
---
**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.