Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion committed Aug 27, 2024
1 parent aad5918 commit 62c3aec
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/1-feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Feature request
description: Suggest an idea for this project
labels: enhancement,needs-triage

body:
- type: markdown
attributes:
value: Please **do not use** external websites (such as drop box or google drive) to upload screenshots, save files etc. External links have a tendency to become dead. Upload the files to github insted by using one of the below fields.
- type: textarea
attributes:
label: Describe the feature
validations:
required: true
69 changes: 69 additions & 0 deletions .github/ISSUE_TEMPLATE/2-crash-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: Report a crash or hang
description: The game has crashed or hanged
labels: bug,crash,needs-triage

body:
- type: markdown
attributes:
value: Please **do not use** external websites (such as drop box or google drive) to upload screenshots, save files etc. External links have a tendency to become dead. Upload the files to github insted by using one of the below fields.
- type: textarea
attributes:
label: Error message
validations:
required: true
- type: textarea
attributes:
label: log.txt
validations:
required: true
- type: markdown
attributes:
value: |
Uploading a save file makes it more likely we would be able to troubleshoot the issue
1. Find the save dirrectory
2. Make a zip archive from it
3. Upload it to github by using the field below
- type: textarea
attributes:
label: Save file
- type: markdown
attributes:
value: |
Uploading a colobot.ini or colobot.json file makes it more likely we would be able to troubleshoot the issue
- type: textarea
attributes:
label: colobot.ini or colobot.json
- type: input
attributes:
label: Game version (e.g. 0.2.1-alpha)
description: You can find this information in the bottom right corner of the main menu
validations:
required: true
- type: input
attributes:
label: Operating system (e.g. Windows 11)
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the crash
placeholder: |
1. Start the "Alien Queen" mission from the "On Terranova" chapter
2. Fly the astronaut tovards the vault and smash into it
3. The game crashes
validations:
required: true
- type: input
attributes:
label: Are you able to reproduce the crsah?
validations:
required: true
- type: textarea
attributes:
label: Please, post a stack trace if you know how
- type: textarea
attributes:
label: Installed mods (if any)
- type: textarea
attributes:
label: Additional information
71 changes: 71 additions & 0 deletions .github/ISSUE_TEMPLATE/3-bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
name: Report a bug
description: Something went wrong
labels: bug,needs-triage

body:
- type: markdown
attributes:
value: Please **do not use** external websites (such as drop box or google drive) to upload screenshots, save files etc. External links have a tendency to become dead. Upload the files to github insted by using one of the below fields.
- type: textarea
attributes:
label: log.txt
validations:
required: true
- type: markdown
attributes:
value: |
Uploading a save file makes it more likely we would be able to troubleshoot the issue
1. Find the save dirrectory
2. Make a zip archive from it
3. Upload it to github by using the field below
- type: textarea
attributes:
label: Save file
- type: markdown
attributes:
value: |
Uploading a colobot.ini or colobot.json file makes it more likely we would be able to troubleshoot the issue
- type: textarea
attributes:
label: colobot.ini or colobot.json
- type: input
attributes:
label: Game version (e.g. 0.2.1-alpha)
description: You can find this information in the bottom right corner of the main menu
validations:
required: true
- type: input
attributes:
label: Operating system (e.g. Windows 11)
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the bug
placeholder: |
1. Make a recycler
2. Push the recycle button near a Wreck
3. Quickly remove PowerCell from Recycler's energyCell slot using a grabber
validations:
required: true
- type: textarea
attributes:
label: What was supposed to happen
validations:
required: true
- type: textarea
attributes:
label: What actually happened
validations:
required: true
- type: input
attributes:
label: Are you able to reproduce the bug
validations:
required: true
- type: textarea
attributes:
label: Installed mods (if any)
- type: textarea
attributes:
label: Additional information
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/9-other.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Other
description: Other
labels: needs-triage

body:
- type: markdown
attributes:
value: Please **do not use** external websites (such as drop box or google drive) to upload screenshots, save files etc. External links have a tendency to become dead. Upload the files to github insted by using one of the below fields.
- type: textarea
attributes:
label: Describe the issue
validations:
required: true

0 comments on commit 62c3aec

Please sign in to comment.