Skip to content

Commit

Permalink
Remove render: markdown in issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
liang2kl committed Apr 28, 2023
1 parent 1a5da54 commit 8c801e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@ body:
placeholder: |
e.g.
- **OS**: Ubuntu 22.04
render: markdown
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Please describe the bug.
placeholder: A clear and concise description of what the bug is.
render: markdown
validations:
required: true
- type: textarea
Expand All @@ -50,7 +48,6 @@ body:
label: What should have happened? (optional)
description: Please describe the expected behaviour.
placeholder: A clear and concise description of what you expected to happen.
render: markdown
- type: textarea
id: reproduce
attributes:
Expand All @@ -61,15 +58,13 @@ body:
2. Click on '....'
3. Scroll down to '....'
4. See error
render: markdown
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional context (optional)
description: Add any other context about the problem here.
render: markdown
- type: textarea
id: logs
attributes:
Expand Down
4 changes: 0 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ body:
label: Is your feature request related to a problem? (optional)
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when ...
render: markdown
- type: textarea
id: expected
attributes:
label: What is your suggestion?
description: Describe the solution you'd like.
placeholder: A clear and concise description of what you want to happen.
render: markdown
validations:
required: true
- type: textarea
Expand All @@ -39,10 +37,8 @@ body:
label: Any other idea?
description: Describe alternatives you've considered.
placeholder: A clear and concise description of any alternative solutions or features you've considered.
render: markdown
- type: textarea
id: context
attributes:
label: Additional context (optional)
description: Add any other context about the problem here.
render: markdown

0 comments on commit 8c801e6

Please sign in to comment.