Skip to content

Commit 06c14c4

Browse files
committed
Update github issue template
1 parent 80ef32f commit 06c14c4

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ body:
1616
- type: textarea
1717
attributes:
1818
label: Describe the issue
19-
description: A concise description of what you're experiencing. Providing screenshots is also helpful.
19+
description: Please provide a concise description of what you're experiencing. Providing screenshots is also helpful.
2020
validations:
2121
required: true
2222
- type: textarea
2323
attributes:
2424
label: Expected behavior
25-
description: A concise description of what you expected to happen.
25+
description: Please provide a concise description of what you expected to happen.
2626
validations:
2727
required: true
2828
- type: textarea
2929
attributes:
3030
label: Steps to reproduce
31-
description: Steps to reproduce the behavior.
31+
description: Please describe the precise steps needed to reproduce the behavior.
3232
placeholder: |
3333
Mention package versions and environment (browser, etc)...
3434
1. ...
@@ -38,7 +38,11 @@ body:
3838
- type: input
3939
attributes:
4040
label: Test case
41-
description: Please provide a link to a test case reproducing the issue
41+
description: Please provide a link to a reduced test case that reproduces the issue.
4242
placeholder: "https://codesandbox.io/s/6lx6ql1w5r"
4343
validations:
4444
required: true
45+
- type: textarea
46+
attributes:
47+
label: Additional comments
48+
description: You're welcome to provide additional context and proposed solutions.

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Thank you for reporting suggesting a feature!
8+
Thank you for suggesting a feature!
99
- type: checkboxes
1010
attributes:
1111
label: Is there an existing request?
@@ -16,6 +16,6 @@ body:
1616
- type: textarea
1717
attributes:
1818
label: Describe the feature request
19-
description: A concise description of the request, potential solutions, and addtional context.
19+
description: Please provide a concise description of the request, potential solutions, and addtional context.
2020
validations:
2121
required: true

0 commit comments

Comments
 (0)