Skip to content

Commit 4e60cfb

Browse files
Add chore issue template (#322)
* Add chore issue template at .github/ISSUE_TEMPLATE/chore.yml Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 747a6ba commit 4e60cfb

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/ISSUE_TEMPLATE/chore.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Chore
2+
description: Create a chore issue for maintenance and housekeeping tasks
3+
title: "[Chore]: "
4+
labels: ["chore", "triage"]
5+
assignees:
6+
- knoake
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this chore issue!
12+
- type: textarea
13+
id: what
14+
attributes:
15+
label: What
16+
description: What does the chore involve?
17+
placeholder: Update dependencies, refactor code, clean up documentation...
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: why
22+
attributes:
23+
label: Why
24+
description: Why is this chore necessary?
25+
placeholder: To improve maintainability, reduce technical debt, keep dependencies up-to-date...
26+
validations:
27+
required: true
28+
- type: textarea
29+
id: notes
30+
attributes:
31+
label: Notes
32+
description: Any additional information or context about the chore.
33+
placeholder: |
34+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
35+
validations:
36+
required: false

0 commit comments

Comments
 (0)