Skip to content

Commit

Permalink
Added issue-template to make sure report hold some data to even begin…
Browse files Browse the repository at this point in the history
… to help on
  • Loading branch information
jammsen authored Dec 24, 2024
1 parent 1ac833b commit 46190e3
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
77 changes: 77 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 46190e3

Please sign in to comment.