add more questions for issue template (#965)

This commit is contained in:
Yun Feng
2022-08-21 16:36:06 +08:00
committed by GitHub
parent 0554408cc0
commit 1fb1102eba

View File

@@ -22,6 +22,13 @@ body:
- Other (specify below)
validations:
required: true
- type: input
attributes:
label: Version
description: What's the version of the package?
placeholder: v1.0.0
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
@@ -34,6 +41,12 @@ body:
description: A clear description of what actually happens.
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: Describe detailed steps for reproducing the issue.
validations:
required: true
- type: input
attributes:
label: Testcase Gist URL