Skip to content

Commit

Permalink
Initial bug form
Browse files Browse the repository at this point in the history
  • Loading branch information
dianzrong authored Jun 2, 2023
1 parent 8ec83b0 commit 22dd66d
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions .github/ISSUES_TEMPLATE/bug_form.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug""]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: describe-bug
attributes:
label: Describe the bug
description: What behaviour was expected and what actually happened?
placeholder:
validations:
required: true
- type: textarea
id: steps
attributes:
label: To Reproduce
description: What steps would we take to reproduce the behavior
placeholder: 1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
value:
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: input
id: image-upload
attributes:
label: Upload Screenshot [Optional]
description: Please upload an image that helps illustrate the issue.
type: file
validations:
required: false
- type: dropdown
id: OS
attributes:
label: What Operating System did you use?
multiple: true
options:
- macOS
- Apple iOS
- Microsoft Windows
- Google Android
- Linux
- Other
- type: textarea
id: other
attributes:
label: Additional Context
description:


0 comments on commit 22dd66d

Please sign in to comment.