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

### Description

Full description of this issue

### Tasks

- [ ] Itemized list of tasks necessary for completing the issue
- [ ] e.g. Set up a GitHub Action to run `cargo check` on new commits

### Dependencies

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