Skip to content

Commit

Permalink
chore: fix bug with screenshot input in issue templates (#391)
Browse files Browse the repository at this point in the history
* chore: fix bug with screenshot input in issue template

* chore: fix bug with screenshot input in issue template

* chore: fix yaml syntax

* chore: fix yaml syntax
  • Loading branch information
lvaylet authored Nov 17, 2023
1 parent f802fe3 commit 0283e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ body:
id: screenshot
attributes:
label: "Screenshots"
description: If applicable, add screenshots to help explain your problem.
value: |
![DESCRIPTION](LINK.png)
render: bash
description: If applicable, add screenshots to help explain your problem. Paste images in the text area, or use the `![DESCRIPTION](LINK.png)` syntax.
validations:
required: false
- type: textarea
Expand Down
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ body:
id: screenshot
attributes:
label: "Screenshots"
description: If applicable, add screenshots to help explain your problem.
value: |
![DESCRIPTION](LINK.png)
render: bash
description: If applicable, add screenshots to help explain your problem. Paste images in the text area, or use the `![DESCRIPTION](LINK.png)` syntax.
validations:
required: false
- type: textarea
Expand Down

0 comments on commit 0283e20

Please sign in to comment.