From b7bb2fc23fc205109fc43bec1e5b360f772dd27f Mon Sep 17 00:00:00 2001 From: Yun Feng Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] add more questions for issue template (#965) --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 571bc180..1fff6416 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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