Skip to content

Commit

Permalink
Fix render syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Feb 8, 2024
1 parent 65738cc commit 1f03819
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ body:
You can use our preset [here](https://codesandbox.io/s/dj4f7t).
- type: textarea
render: markdown
attributes:
render: markdown
label: Bug report
description: |
A clear and concise description of what the bug is. Please include any
Expand All @@ -50,8 +50,8 @@ body:
required: true

- type: textarea
render: markdown
attributes:
render: markdown
label: Steps to reproduce
placeholder: |
Steps to reproduce the behavior:
Expand All @@ -61,20 +61,20 @@ body:
4. See error
- type: textarea
render: markdown
attributes:
render: markdown
label: Expected behavior
description: A clear and concise description of what you expected to happen.

- type: textarea
render: markdown
attributes:
render: markdown
label: Actual behavior
description: A clear and concise description of what actually happened.

- type: textarea
render: markdown
attributes:
render: markdown
label: Environment
description: |
examples:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ body:
required: true

- type: textarea
render: markdown
attributes:
render: markdown
label: Feature Request
description: |
**Is your feature request related to a problem? Please describe.**
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ body:
required: true

- type: textarea
render: markdown
attributes:
render: markdown
label: Question
description: |
Any background information that might help us answer your questions.
Expand Down

0 comments on commit 1f03819

Please sign in to comment.