forked from colobot/colobot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aad5918
commit 62c3aec
Showing
4 changed files
with
166 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,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 |
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,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 |
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,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 |
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,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 |