summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/chore.yml
blob: bb0469464e4d7fc20bf4261ab46107f9ec77e665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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