Skip to content

Commit

Permalink
fix issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Apr 20, 2024
1 parent ef6cec9 commit e56ca7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ body:
attributes:
label: "Screenshots"
description: If applicable, add screenshots to help explain your problem.
value: |
![DESCRIPTION](LINK.png)
render: bash
validations:
required: false
Expand All @@ -52,32 +50,15 @@ body:
render: bash
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: "Browsers"
description: What browsers are you seeing the problem on ?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- Opera
- Other
validations:
required: false
- type: dropdown
id: os
attributes:
label: "OS"
description: What is the impacted environment ?
multiple: true
options:
- Windows
- Linux
- Mac
- Mobile
- Android
- iOS
- Other
validations:
required: false
File renamed without changes.

0 comments on commit e56ca7a

Please sign in to comment.