Update github issue template

This commit is contained in:
Nicolas Gallagher
2022-07-06 14:49:10 -07:00
parent 80ef32f6ee
commit 06c14c460c
2 changed files with 10 additions and 6 deletions
+8 -4
View File
@@ -16,19 +16,19 @@ body:
- type: textarea
attributes:
label: Describe the issue
description: A concise description of what you're experiencing. Providing screenshots is also helpful.
description: Please provide a concise description of what you're experiencing. Providing screenshots is also helpful.
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: A concise description of what you expected to happen.
description: Please provide a concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
description: Please describe the precise steps needed to reproduce the behavior.
placeholder: |
Mention package versions and environment (browser, etc)...
1. ...
@@ -38,7 +38,11 @@ body:
- type: input
attributes:
label: Test case
description: Please provide a link to a test case reproducing the issue
description: Please provide a link to a reduced test case that reproduces the issue.
placeholder: "https://codesandbox.io/s/6lx6ql1w5r"
validations:
required: true
- type: textarea
attributes:
label: Additional comments
description: You're welcome to provide additional context and proposed solutions.
+2 -2
View File
@@ -5,7 +5,7 @@ body:
- type: markdown
attributes:
value: |
Thank you for reporting suggesting a feature!
Thank you for suggesting a feature!
- type: checkboxes
attributes:
label: Is there an existing request?
@@ -16,6 +16,6 @@ body:
- type: textarea
attributes:
label: Describe the feature request
description: A concise description of the request, potential solutions, and addtional context.
description: Please provide a concise description of the request, potential solutions, and addtional context.
validations:
required: true