aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/performace.md
blob: f2b23a5a7ca0cf0a510e2ecbd5361b33c2e43284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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