-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added issue-template to make sure report hold some data to even begin…
… to help on
- Loading branch information
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
name: "Bug report" | ||
description: Create a bug report or help us improve things | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Important information | ||
Please understand you are asking for support for the Docker-Image and Docker-Container. I'm NOT the creator of the Dedicated-Game-Server itself, i'm not involved in programming that. If you need help for that, you might want to ask here for topics related to that: https://steamcommunity.com/app/242760/discussions/ | ||
- type: checkboxes | ||
id: understand-important-info | ||
attributes: | ||
label: Have you read the Important information text above | ||
options: | ||
- label: Yes i did | ||
required: true | ||
- type: textarea | ||
id: current-behavior | ||
attributes: | ||
label: Current behavior | ||
description: A clear and concise description of what the problem is. | ||
placeholder: Currently... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: desired-behavior | ||
attributes: | ||
label: Desired behavior | ||
description: Remember, im not familiar with your setup, your permission, your Docker settings and all that kind of stuff, please provide a clear description of what your desired outcome is. | ||
placeholder: Desried ... | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshot-links | ||
attributes: | ||
label: Links to screenshots | ||
placeholder: ... | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: To Reproduce | ||
description: What steps can i do to reproduce your problem? | ||
value: | | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: software | ||
attributes: | ||
label: Software setup | ||
value: | | ||
- OS: | ||
- Docker: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: hardware | ||
attributes: | ||
label: Hardware setup | ||
value: | | ||
- vCPU: | ||
- RAM: | ||
- Disk: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: more | ||
attributes: | ||
label: Additional context | ||
placeholder: Add any other context about the problem here, in as much detail as possible. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: false |