aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/chore.md
blob: 18583551e132faac547daa4d73f096f8bcbb8811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
name: Chore template
about: 'Non-functional task to be completed for this project'
title: "[chore]"
labels: chore
assignees: ''
---

### Description

Full description of this issue

### Tasks

- [ ] Itemized list of tasks necessary for completing the issue
- [ ] e.g. Update to the newest version of `clap`

### Dependencies

- [ ] Itemized list of issues/PRs blocking this issue
- [ ] e.g. blocked by #323