Skip to content

Commit 673d24b

Browse files
committed
Update templated files to rev cdfb266 (#567)
Automatically created PR based on commit cdfb2668bda5687b386a80ba7390bc8830493b2e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: soenkeliebau with message [Update review checklist]
1 parent 962b920 commit 673d24b

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

.github/pull_request_template.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,32 @@
55

66
<!-- Commit message above. Everything below is not added to the message. Do not change this line! -->
77

8-
## Review Checklist
8+
## Definition of Done Checklist
99

10+
- 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
11+
- Please make sure all these things are done and tick the boxes
12+
13+
```[tasklist]
14+
# Author
15+
- [ ] Changes are OpenShift compatible
16+
- [ ] CRD changes approved
17+
- [ ] Helm chart can be installed and deployed operator works
18+
- [ ] Integration tests passed (for non trivial changes)
19+
```
20+
21+
```[tasklist]
22+
# Reviewer
1023
- [ ] Code contains useful comments
11-
- [ ] CRD change approved (or not applicable)
12-
- [ ] (Integration-)Test cases added (or not applicable)
13-
- [ ] Documentation added (or not applicable)
14-
- [ ] Changelog updated (or not applicable)
24+
- [ ] (Integration-)Test cases added
25+
- [ ] Documentation added or updated
26+
- [ ] Changelog updated
1527
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
16-
- [ ] Helm chart can be installed and deployed operator works (or not applicable)
28+
```
29+
30+
```[tasklist]
31+
# Acceptance
32+
- [ ] Feature Tracker has been updated
33+
- [ ] Proper release label has been added
34+
```
1735

1836
Once the review is done, comment `bors r+` (or `bors merge`) to merge. [Further information](https://bors.tech/documentation/getting-started/#reviewing-pull-requests)

.readme/partials/borrowed/links.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
55
[![License OSL3.0](https://img.shields.io/badge/license-OSL3.0-green)](./LICENSE)
66

7-
[Documentation](https://docs.stackable.tech/{{operator_docs_slug}}/stable/index.html) {% if quickstart_link %}| [Quickstart]({{quickstart_link}}) {% endif %}| [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions)
7+
[Documentation](https://docs.stackable.tech/{{operator_docs_slug}}/stable/index.html) {% if quickstart_link %}| [Quickstart]({{quickstart_link}}) {% endif %}| [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)](https://docs.stackable.tech/home/stable/contributor/index.html)
1010
[![License OSL3.0](https://img.shields.io/badge/license-OSL3.0-green)](./LICENSE)
1111

12-
[Documentation](https://docs.stackable.tech/kafka/stable/index.html) | [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions)
12+
[Documentation](https://docs.stackable.tech/kafka/stable/index.html) | [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF)
1313

1414
This is a Kubernetes operator to manage [Apache Kafka](https://kafka.apache.org/) clusters.
1515

0 commit comments

Comments
 (0)