aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/build.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/build.md')
-rw-r--r--.github/ISSUE_TEMPLATE/build.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/ISSUE_TEMPLATE/build.md b/.github/ISSUE_TEMPLATE/build.md
deleted file mode 100644
index 4e60600..0000000
--- a/.github/ISSUE_TEMPLATE/build.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Build template
-about: 'Build system changes to be implemented for this project'
-title: "[build]"
-labels: build
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. Update to newest version of `rustc` compiler
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323