Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames authored Oct 29, 2023
1 parent 415a6bd commit 364778f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
Specify the exact version of Godot. Inside Godot, click the version shown on the bottom bar to copy it.
placeholder: v4.1.2.stable.official [399c9dc39]
validations:
required: 'true'
required: true

- type: input
attributes:
Expand All @@ -24,7 +24,7 @@ body:
Specify the version of Terrain3D. Either the name of a release, or the commit string if using a development build.
placeholder: v0.8.3-alpha_gd4.1.1
validations:
required: 'true'
required: true

- type: input
attributes:
Expand All @@ -34,7 +34,7 @@ body:
- **Starting with Godot 4.1, you can copy this information to your clipboard by using *Help > Copy System Info* at the top of the editor window.**
placeholder: Windows 10/64 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 970 (nvidia, 510.85.02)
validations:
required: 'true'
required: true

- type: dropdown
id: demo
Expand All @@ -43,11 +43,11 @@ body:
description: |
Try to isolate the problem. E.g. If you're having issues with a texture, put it in the demo and see if it causes the same issue.
options:
- Yes
- No
- Not applicable
- 'Yes'
- 'No'
- 'Not applicable'
validations:
required: 'true'
required: true

- type: textarea
attributes:
Expand All @@ -56,7 +56,7 @@ body:
Describe your issue briefly. What doesn't work, what are you expecting, and what have you tried for troubleshooting?
You can paste or drag in images or videos. Format code with <code>```</code> before and after on their own lines.
validations:
required: 'true'
required: true

- type: textarea
attributes:
Expand All @@ -65,5 +65,5 @@ body:
Terrain3D has [extensive logging](https://github.com/TokisanGames/Terrain3D/wiki/Troubleshooting#debug-logs). Enable it and attach a text file, or copy the logs here.
Format them with <code>```</code> before and after on their own lines.
validations:
required: 'false'
required: false

0 comments on commit 364778f

Please sign in to comment.