diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/chore.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/chore.yml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/chore.yml b/.github/ISSUE_TEMPLATE/chore.yml new file mode 100644 index 00000000..bb046946 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/chore.yml @@ -0,0 +1,28 @@ +name: Chore +description: Enhancement or chore of the existing code +title: "[🧹 CHORE]: " +labels: ["C-enhancement"] +assignees: + - rustatian +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this report! + + - type: checkboxes + id: search-done + attributes: + label: No duplicates 🥲. + options: + - label: I have searched for a similar issue. + required: true + - type: textarea + id: what-happened + attributes: + label: What should be improved or cleaned up? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "Improvement" + validations: + required: true |