update issue template

This commit is contained in:
Nikhil Sonti
2025-10-08 10:32:52 -07:00
parent 3dbc5dc7ef
commit cfb2356a41

View File

@@ -37,7 +37,8 @@ body:
type: textarea
attributes:
label: Description of the bug
description: A clear and concise description of what the bug is.
description: What happened and what did you expect?
placeholder: Describe what went wrong and what you expected to happen instead.
validations:
required: true
@@ -45,22 +46,13 @@ body:
type: textarea
attributes:
label: Steps to Reproduce
description: Detailed steps to reproduce the behavior
placeholder: |
1. Open BrowserOS and navigate to...
2. Click on...
3. Enter...
4. See error
3. See error
validations:
required: true
- id: expectation
type: textarea
attributes:
label: Expected Behavior
description: What did you expect to happen?
placeholder: I expected...
- id: screenshots
type: textarea
attributes: