File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments