diff options
author | Valery Piashchynski <[email protected]> | 2022-10-29 20:29:28 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-29 20:29:28 +0200 |
commit | a9b3ae2231624da6097140918a3ee6b5e1881f7f (patch) | |
tree | 13e35fc2d1631812c19eb58302d344ba0e2beb97 /.github/ISSUE_TEMPLATE | |
parent | 8461d5b1a163905574d4b71b7af0c1798d8e73bf (diff) |
Update bug-report.yml
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 461ea5de..145560a7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -17,6 +17,7 @@ body: options: - label: I have searched for a similar issue in our bug tracker and didn't find any solutions. required: true + - type: textarea id: what-happened attributes: @@ -26,6 +27,7 @@ body: value: "A bug happened!" validations: required: true + - type: textarea id: version attributes: @@ -34,6 +36,15 @@ body: placeholder: 2.6.0 validations: required: true + + - type: textarea + id: repro + attributes: + label: How to reproduce the issue? + description: .rr.yaml and steps on how to reproduce the issue? + validations: + required: true + - type: textarea id: logs attributes: |