add more questions for issue template (#965)

This commit is contained in:
Yun Feng
2026-04-01 12:00:00 +08:00
committed by GitHub
parent b46d1ee142
commit b7bb2fc23f

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