Skip to content

Commit 446d32c

Browse files
authored
chore: update PR template to not use tasklist (#404)
1 parent f55a49c commit 446d32c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/pull_request_template.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,22 @@
1010
- Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
1111
- Please make sure all these things are done and tick the boxes
1212

13-
```[tasklist]
14-
# Author
13+
### Author
14+
1515
- [ ] Changes are OpenShift compatible
1616
- [ ] CRD changes approved
1717
- [ ] Helm chart can be installed and deployed operator works
1818
- [ ] Integration tests passed (for non trivial changes)
19-
```
2019

21-
```[tasklist]
22-
# Reviewer
20+
### Reviewer
21+
2322
- [ ] Code contains useful comments
2423
- [ ] (Integration-)Test cases added
2524
- [ ] Documentation added or updated
2625
- [ ] Changelog updated
2726
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
28-
```
2927

30-
```[tasklist]
31-
# Acceptance
28+
### Acceptance
29+
3230
- [ ] Feature Tracker has been updated
3331
- [ ] Proper release label has been added
34-
```

0 commit comments

Comments
 (0)