|
1 | | -# Description |
| 1 | +## Description |
2 | 2 |
|
3 | 3 | *Please add a description here. This will become the commit message of the merge request later.* |
4 | 4 |
|
|
7 | 7 | - 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 |
8 | 8 | - Please make sure all these things are done and tick the boxes |
9 | 9 |
|
10 | | -```[tasklist] |
11 | | -# Author |
| 10 | +### Author |
| 11 | + |
12 | 12 | - [ ] Changes are OpenShift compatible |
13 | 13 | - [ ] CRD changes approved |
14 | 14 | - [ ] CRD documentation for all fields, following the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs/style-guide). |
15 | 15 | - [ ] Helm chart can be installed and deployed operator works |
16 | 16 | - [ ] Integration tests passed (for non trivial changes) |
17 | 17 | - [ ] Changes need to be "offline" compatible |
18 | | -``` |
| 18 | +- [ ] Links to generated (nightly) docs added |
| 19 | +- [ ] Release note snippet added |
| 20 | + |
| 21 | +### Reviewer |
19 | 22 |
|
20 | | -```[tasklist] |
21 | | -# Reviewer |
22 | 23 | - [ ] Code contains useful comments |
23 | 24 | - [ ] Code contains useful logging statements |
24 | 25 | - [ ] (Integration-)Test cases added |
25 | 26 | - [ ] Documentation added or updated. Follows the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs/style-guide). |
26 | 27 | - [ ] Changelog updated |
27 | 28 | - [ ] Cargo.toml only contains references to git tags (not specific commits or branches) |
28 | | -``` |
29 | 29 |
|
30 | | -```[tasklist] |
31 | | -# Acceptance |
| 30 | +### Acceptance |
| 31 | + |
32 | 32 | - [ ] Feature Tracker has been updated |
33 | 33 | - [ ] Proper release label has been added |
34 | | -- [ ] [Roadmap](https://github.com/orgs/stackabletech/projects/25/views/1) has been updated |
35 | | -``` |
| 34 | +- [ ] Links to generated (nightly) docs added |
| 35 | +- [ ] Release note snippet added |
| 36 | +- [ ] Add `type/deprecation` label & add to the [deprecation schedule](https://github.com/orgs/stackabletech/projects/44/views/1) |
| 37 | +- [ ] Add `type/experimental` label & add to the [experimental features tracker](https://github.com/orgs/stackabletech/projects/47) |
0 commit comments