diff options
author | Valery Piashchynski <[email protected]> | 2022-01-15 17:24:20 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-01-15 17:24:20 +0300 |
commit | 395a9798018926fe1784e9d52f8932f398b33163 (patch) | |
tree | 746cae21331e9cac0aaab4a6b955f65f90de77e8 /.github/ISSUE_TEMPLATE/bug-report.yml | |
parent | 21863fecdd18d9862a96521588c6ddd6cad0e49c (diff) |
update issue templates
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug-report.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..35b55737 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,42 @@ +name: Bug Report +description: 🐛 File a bug report +title: "[🐛 BUG]: " +labels: ["B-bug", "F-need-verification"] +assignees: + - rustatian +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + - type: checkboxes + id: search-done + attributes: + label: No duplicates 🥲. + 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: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true + - type: textarea + id: version + attributes: + label: Version + description: What version of our software are you running? + placeholder: 2.6.0 + validations: + required: true + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell
\ No newline at end of file |