blob: 4f718f084c59c1573d39c8a7d6519547f00ac6af (
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
|
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!
validations:
required: true
|