-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
b732d8a
commit 177ece6
Showing
1 changed file
with
0 additions
and
7 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 |
---|---|---|
|
@@ -10,7 +10,6 @@ body: | |
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: input | ||
id: contact | ||
attributes: | ||
|
@@ -19,7 +18,6 @@ body: | |
placeholder: ex. [email protected] | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
|
@@ -29,7 +27,6 @@ body: | |
value: "A bug happened!" | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: version | ||
attributes: | ||
|
@@ -41,7 +38,6 @@ body: | |
default: 0 | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
|
@@ -52,14 +48,12 @@ body: | |
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
|
||
- 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: markdown | ||
attributes: | ||
value: | | ||
|
@@ -68,7 +62,6 @@ body: | |
You can **drag and drop** or **paste** your screenshots directly here in the issue. | ||
![Screenshot](image-url) <!-- Instruct users to replace this comment by dragging images --> | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
|