aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/fix.md
blob: dc9021b92470e2bc7c1195e7738cda49cd42353b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
name: Fix template
about: 'Fix to be implemented for this project'
title: "[fix]"
labels: fix
assignees: ''
---

### Description

Full description of this issue

### Tasks

- [ ] Itemized list of tasks necessary for completing the issue
- [ ] e.g. implement error handling for `create_file_system`

### Dependencies

- [ ] Itemized list of issues/PRs blocking this issue
- [ ] e.g. blocked by #323