Changes to the bug report form
This commit is contained in:
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -19,20 +19,21 @@ body:
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Please tell us also what you expected should have happened if the game was behaving correctly.
|
||||
value: "Using the bike horn crashes the game."
|
||||
placeholder: "Using the bike horn crashes the game."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: repro
|
||||
attributes:
|
||||
label: Reproduction steps
|
||||
description: If possible, describe how the developers can get the bug to happen. It is often extremely hard to fix a bug if we don't know how to reproduce it.
|
||||
value: |
|
||||
description: |
|
||||
If possible, describe how the developers can get the bug to happen. It is often extremely hard to fix a bug if we don't know how to reproduce it.
|
||||
If you have a save, a submarine file, screenshots or any other files that might help us diagnose the issue, you can attach them here. Note that GitHub doesn't support the .save or .sub file extensions, so you should .zip those types of files to allow them to be attached.
|
||||
placeholder: |
|
||||
1. Start a multiplayer campaign
|
||||
2. Spawn a bike horn with console commands
|
||||
3. Use the bike horn
|
||||
4. Observe how the game crashes
|
||||
render: bash
|
||||
- type: dropdown
|
||||
id: prevalence
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user