Skip to content

Commit 4648d98

Browse files
committed
update issue templates some more
1 parent 8b5ae44 commit 4648d98

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,18 @@ body:
5151
description: >-
5252
Please provide a clear and concise description of what issue you are
5353
experiencing.
54-
render: Markdown
5554
validations:
5655
required: true
5756
- type: textarea
5857
id: reproduction-steps
5958
attributes:
6059
label: Steps to Reproduce
6160
description: Please provide simple steps to reproduce the behavior.
62-
placeholder: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error
63-
render: Markdown
61+
placeholder: >-
62+
1. Go to '...'
63+
2. Click on '....'
64+
3. Scroll down to '....'
65+
4. See error
6466
validations:
6567
required: true
6668
- type: textarea
@@ -69,7 +71,6 @@ body:
6971
label: Expected Behavior
7072
description: Please describe the behavior that you expected to see or happen.
7173
placeholder: I expected the plugin to...
72-
render: Markdown
7374
validations:
7475
required: true
7576
- type: markdown

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ body:
1111
If your feature request is related to a problem, please provide clear
1212
and concise description the problem.
1313
placeholder: ' I''m always frustrated when...'
14-
render: Markdown
1514
- type: textarea
1615
attributes:
1716
label: Describe the Feature you'd Like
1817
description: >-
1918
Please provide a clear and concise description of the feature that you
2019
would like.
2120
placeholder: I would like the plugin to be able to do...
22-
render: Markdown
2321
validations:
2422
required: true
2523
- type: textarea

0 commit comments

Comments
 (0)