Merge pull request #1033 from tgstation/Cyberboss-patch-1

Modernize issue templates
This commit is contained in:
Jordan Brown
2020-06-01 12:31:42 -04:00
committed by GitHub
3 changed files with 56 additions and 19 deletions
-19
View File
@@ -1,19 +0,0 @@
Note that this repository does not contain any client code (With the exception of the web control panel which can be found in [its own repository](https://github.com/tgstation/tgstation-server-control-panel)). Any client issues should be reported to their respective codebases.
Please include:
- The version of tgstation-server you were using.
- The operating system you are running it from.
- A description of the issue.
- A link to your codebase git (if public)
- Include active SHA/test merges if applicable
- The client you we're using (Desktop control panel, web control panel, etc)
- Include a version if applicable
- Reproduction steps for the issue if possible from your client.
- The server log of when the event happened (The full file is much more useful than snippets).
+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.