aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/performace.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/performace.md')
-rw-r--r--.github/ISSUE_TEMPLATE/performace.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/performace.md b/.github/ISSUE_TEMPLATE/performace.md
new file mode 100644
index 0000000..f2b23a5
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/performace.md
@@ -0,0 +1,21 @@
+---
+name: Performace template
+about: 'Optimizational changes to be implemented for this project'
+title: "[pref]"
+labels: pref
+assignees: ''
+---
+
+### Description
+
+Full description of this issue
+
+### Tasks
+
+- [ ] Itemized list of tasks necessary for completing the issue
+- [ ] e.g. Optimize cloning of `FileSystem` in `create_file_system`
+
+### Dependencies
+
+- [ ] Itemized list of issues/PRs blocking this issue
+- [ ] e.g. blocked by #323