-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
||
|