diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/chore.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/chore.yml b/.github/ISSUE_TEMPLATE/chore.yml index bb046946..4f718f08 100644 --- a/.github/ISSUE_TEMPLATE/chore.yml +++ b/.github/ISSUE_TEMPLATE/chore.yml @@ -1,5 +1,5 @@ name: Chore -description: Enhancement or chore of the existing code +description: 🧹 Enhancement or chore of the existing code title: "[🧹 CHORE]: " labels: ["C-enhancement"] assignees: @@ -23,6 +23,5 @@ body: 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 |