Browse Source

docs(template): add "Basic info" section prompting user to add detail

pull/2122/head
Daniel Gibbs 6 years ago
parent
commit
e9679d2bb5
  1. 14
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 6
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 4
      .github/ISSUE_TEMPLATE/new-server-request.md

14
.github/ISSUE_TEMPLATE/bug_report.md

@ -1,6 +1,7 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Found a bug? Raise a report
--- ---
@ -8,18 +9,27 @@ Follow **[this guide](https://linuxgsm.com/support/#guide)** to make sure you po
For general support visit the **[steam group](https://linuxgsm.com/steam)**. For general support visit the **[steam group](https://linuxgsm.com/steam)**.
GitHub is **ONLY** for: GitHub is **ONLY** for:
```
* LinuxGSM bugs * LinuxGSM bugs
* feature suggestions * feature suggestions
* code contributions * code contributions
```
GitHub is **NOT** for: GitHub is **NOT** for:
```
* General support * General support
* Specific game server issues (e.g CS:GO, TF2) * Specific game server issues (e.g CS:GO, TF2)
* Dedicated server issues (e.g Ubuntu, CentOS) * Dedicated server issues (e.g Ubuntu, CentOS)
* Anything not directly related to LinuxGSM development * Anything not directly related to LinuxGSM development
```
Any general support issues on GitHub will be closed. Any general support issues on GitHub will be closed.
*Please use the template below*
**Basic info**
Game:
Distro:
**Describe the bug** **Describe the bug**
A clear and concise description of what the bug is. A clear and concise description of what the bug is.

6
.github/ISSUE_TEMPLATE/feature_request.md

@ -20,6 +20,12 @@ GitHub is **NOT** for:
Any general support issues on GitHub will be closed. Any general support issues on GitHub will be closed.
*Please use the template below*
**Basic info**
Game:
Distro:
**Is your feature request related to a problem? Please describe.** **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 [...] A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

4
.github/ISSUE_TEMPLATE/new-server-request.md

@ -4,13 +4,13 @@ about: Suggest a new game server to be added
--- ---
**What game server Would you like adding?** **What game server would you like adding?**
**Can you link to any tutorials or guides?** **Can you link to any tutorials or guides?**
Any useful guides will help with development Any useful guides will help with development
**Is the server on Steam?** **Is the server on Steam?**
If yes Use SteamDB to get the appid. https://steamdb.info/ If yes Use SteamDB to get the appid. https://steamdb.info
**Is the server supported on Linux?** **Is the server supported on Linux?**
We only support Linux servers and dont support Wine. We only support Linux servers and dont support Wine.

Loading…
Cancel
Save