aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/refactor.md
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-09-28 16:35:28 -0500
committerToby Vincent <tobyv13@gmail.com>2022-09-28 16:35:28 -0500
commit29ae86e6fb29cec92651e1f95b3c7067db2414d4 (patch)
tree94c66bcf3584db580722650087355cd2484baa04 /.github/ISSUE_TEMPLATE/refactor.md
parent745a731f0d6db97cc48a226a04f19e5b6cf4d2cd (diff)
revert: remove github related files
Diffstat (limited to '.github/ISSUE_TEMPLATE/refactor.md')
-rw-r--r--.github/ISSUE_TEMPLATE/refactor.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md
deleted file mode 100644
index 3563643..0000000
--- a/.github/ISSUE_TEMPLATE/refactor.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Refactor template
-about: 'Refactor to be implemented for this project'
-title: "[refactor]"
-labels: refactor
-assignees: ''
----
-
-### Description
-
-Full description of this issue
-
-### Tasks
-
-- [ ] Itemized list of tasks necessary for completing the issue
-- [ ] e.g. refactor `create_file_system` to use the `quota` field in `FileSystem`
-
-### Dependencies
-
-- [ ] Itemized list of issues/PRs blocking this issue
-- [ ] e.g. blocked by #323