Skip to content

Commit

Permalink
indent error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ymw0407 committed Nov 1, 2023
1 parent b28626c commit 08904b2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/ShowCase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "🎉 [ShowCase request] - <title>"
labels: []
assignees: []

body:
body:
- type: markdown
attributes:
value: >
Expand Down Expand Up @@ -33,20 +33,20 @@ body:
validations:
required: true

- type: textarea
id: screenshot
attributes:
label: "Project's main picture"
description: Add screenshots to explain your project.
value: |
![DESCRIPTION](LINK.png)
validations:
required: true
- type: textarea
id: screenshot
attributes:
label: "Project's main picture"
description: Add screenshots to explain your project.
value: |
![DESCRIPTION](LINK.png)
validations:
required: true

- type: textarea
id: content
attributes:
label: "Project Description"
description: Please explain your project in Markdown syntax!.
validations:
required: true
- type: textarea
id: content
attributes:
label: "Project Description"
description: Please explain your project in Markdown syntax!.
validations:
required: true

0 comments on commit 08904b2

Please sign in to comment.