aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/ci.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/ci.md')
-rw-r--r--.github/ISSUE_TEMPLATE/ci.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/ISSUE_TEMPLATE/ci.md b/.github/ISSUE_TEMPLATE/ci.md
deleted file mode 100644
index 5c1f3c5..0000000
--- a/.github/ISSUE_TEMPLATE/ci.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: CI template
-about: 'CI based changes to be implemented for this project'
-title: "[ci]"
-labels: ci
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. Set up a GitHub Action to run `cargo check` on new commits
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323