Skip to content

Commit

Permalink
chore: issue template
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Nov 2, 2024
1 parent 08acded commit 929e1f3
Showing 1 changed file with 4 additions and 33 deletions.
37 changes: 4 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,41 +29,12 @@ body:
description: If possible, please provide a video that demonstrates the bug.
validations:
required: false
- type: dropdown
id: app-type
attributes:
label: App Type
options:
- Web
- Electron / App
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: The version of the app you are using.
placeholder: 1.0.0
validations:
required: true

- type: dropdown
id: os
attributes:
label: Operating System
options:
- Windows 11
- Windows 10
- macOS
- Linux
validations:
required: true
- type: input
id: browser-info
- type: textarea
id: environment
attributes:
label: Browser Info
description: If you are using the web version, please provide your browser info.
placeholder: Browser name and version
label: Environment
description: Please provide the environment in which you are using the application. You can find this information by going to Settings > About and clicking the copy button next to the version tag.

- type: checkboxes
id: checkboxes
Expand Down

0 comments on commit 929e1f3

Please sign in to comment.