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