Skip to content

Commit

Permalink
Update bug-report yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
eieihtwesan committed Oct 15, 2024
1 parent b732d8a commit 177ece6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: contact
attributes:
Expand All @@ -19,7 +18,6 @@ body:
placeholder: ex. [email protected]
validations:
required: false

- type: textarea
id: what-happened
attributes:
Expand All @@ -29,7 +27,6 @@ body:
value: "A bug happened!"
validations:
required: true

- type: dropdown
id: version
attributes:
Expand All @@ -41,7 +38,6 @@ body:
default: 0
validations:
required: true

- type: dropdown
id: browsers
attributes:
Expand All @@ -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: |
Expand All @@ -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:
Expand Down

0 comments on commit 177ece6

Please sign in to comment.