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