aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/chore.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/chore.md')
-rw-r--r--.github/ISSUE_TEMPLATE/chore.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/chore.md b/.github/ISSUE_TEMPLATE/chore.md
new file mode 100644
index 0000000..1858355
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/chore.md
@@ -0,0 +1,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 \ No newline at end of file