Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Sep 19, 2024
1 parent e511907 commit 8b25eb3
Showing 1 changed file with 12 additions and 25 deletions.
37 changes: 12 additions & 25 deletions .github/ISSUE_TEMPLATE/issue_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,26 @@ body:
value: |
Hello, and thank you for reporting an issue with Unity Web Browser (UWB)!
When filling out the information below, please try to provide as much details as you can, the more you provide, the more likely we can help and fix something.
**Questions and features should be asked via [Discussions](https://github.com/Voltstro-Studios/UnityWebBrowser/discussions)**
- type: dropdown
id: platform
attributes:
label: What platform are you experiencing this issue on?
options:
- Windows
- Linux
- MacOS
- Other
validations:
required: true

- type: dropdown
id: architecture
attributes:
label: What architecture is your platform?
options:
- 64-Bit
- 32-Bit
- Other
- Windows x64
- Linux x64
- MacOS x64
- MacOS arm64
validations:
required: true

- type: dropdown
- type: input
id: version
attributes:
label: What version of UWB are you using?
options:
- Latest VoltstroUPM Release
- Github Master Branch
- Other (Please provide)
placeholder: '2.2.0'
validations:
required: true

Expand All @@ -66,11 +54,10 @@ body:
label: Provide reproducible steps for this issue.
description: Providing reproducible steps always helps. You could also provide a project with the issue here. If its a Unity project please delete the cache folder (`/Library`) and other unnecessary files from it (Such as `/Temp`, `/obj`, `*.csproj` files and builds).
placeholder: Please provide reproducible steps
value: "1. I did this.
2. I then did that.
3. Boom! Issue."
value: |
1. I did this.
2. I then did that.
3. Boom! Issue.
validations:
required: true

Expand Down

0 comments on commit 8b25eb3

Please sign in to comment.