aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/feature.md
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-02-15 10:43:49 -0600
committerToby Vincent <tobyv13@gmail.com>2022-09-30 11:53:03 -0500
commit239cf15875b88281873d0b443c288e4906733579 (patch)
treeebe314121259eb92c92b3fee6b2da5966274e290 /.github/ISSUE_TEMPLATE/feature.md
parent47a2df5157ef12d481fecb35dbdf9af17c657d67 (diff)
chore(repo): add issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature.md')
-rw-r--r--.github/ISSUE_TEMPLATE/feature.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md
new file mode 100644
index 0000000..4903167
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature.md
@@ -0,0 +1,21 @@
+---
+name: Feature template
+about: 'Feature to be implemented for this project'
+title: "[feat]"
+labels: feat
+assignees: ''
+---
+
+### Description
+
+Full description of this issue
+
+### Tasks
+
+- [ ] Itemized list of tasks necessary for completing the issue
+- [ ] e.g. implement `create_file_system` function in `zfs`
+
+### Dependencies
+
+- [ ] Itemized list of issues/PRs blocking this issue
+- [ ] e.g. blocked by #323