From 7070a93ea1e129ee57e0eab2e2228e39d621bbba Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 19 Sep 2024 12:11:54 +0200 Subject: [PATCH 1/3] chore(issue-templates): Improve acceptance critera by allowing the release notes to be update at the same time (therefore a comment and label are not required). --- .github/ISSUE_TEMPLATE/update-base-java.md | 6 ------ .github/ISSUE_TEMPLATE/update-base-vector.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-airflow.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-druid.md | 10 ++++++---- .../update-product-hbase-phoenix-omid.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-hdfs.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-hive.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-kafka.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-nifi.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-opa.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-spark.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-superset.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-trino.md | 10 ++++++---- .github/ISSUE_TEMPLATE/update-product-zookeeper.md | 10 ++++++---- 14 files changed, 78 insertions(+), 58 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/update-base-java.md b/.github/ISSUE_TEMPLATE/update-base-java.md index 60a57c176..28407aed9 100644 --- a/.github/ISSUE_TEMPLATE/update-base-java.md +++ b/.github/ISSUE_TEMPLATE/update-base-java.md @@ -40,17 +40,11 @@ we should also make new versions of Java available for use. - [ ] _Link to the docker-images PR (product update)_ ``` - ```[tasklist] ### Acceptance - [ ] Can build a product image that uses the new version(s) - [ ] Both `java-base` and `java-devel` have the same Java versions in `versions.py` - [ ] Kuttl smoke test passes locally for a product using the new Java version -- [ ] Release notes written in a comment below -- [ ] Applicable `release-note` label added to this issue ```
diff --git a/.github/ISSUE_TEMPLATE/update-base-vector.md b/.github/ISSUE_TEMPLATE/update-base-vector.md index a591836a5..f5e3abe3a 100644 --- a/.github/ISSUE_TEMPLATE/update-base-vector.md +++ b/.github/ISSUE_TEMPLATE/update-base-vector.md @@ -37,16 +37,18 @@ Part of #xxx. - [ ] _Link to the operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-airflow.md b/.github/ISSUE_TEMPLATE/update-product-airflow.md index 4b2b1a565..21849c981 100644 --- a/.github/ISSUE_TEMPLATE/update-product-airflow.md +++ b/.github/ISSUE_TEMPLATE/update-product-airflow.md @@ -30,16 +30,18 @@ Part of #xxx. - [ ] _Link to operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-druid.md b/.github/ISSUE_TEMPLATE/update-product-druid.md index c3b497039..e80b0d8ab 100644 --- a/.github/ISSUE_TEMPLATE/update-product-druid.md +++ b/.github/ISSUE_TEMPLATE/update-product-druid.md @@ -32,16 +32,18 @@ Part of #xxx. - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ - [ ] _Link to [druid-opa-authorizer](https://github.com/stackabletech/druid-opa-authorizer/) PR_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md b/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md index 9bf2069eb..6aa485969 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md +++ b/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md @@ -38,16 +38,18 @@ Part of #xxx. - [ ] _Link to operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-hdfs.md b/.github/ISSUE_TEMPLATE/update-product-hdfs.md index 50c75854a..cd29fdc72 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hdfs.md +++ b/.github/ISSUE_TEMPLATE/update-product-hdfs.md @@ -32,16 +32,18 @@ Part of #xxx. - [ ] _Link to the operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-hive.md b/.github/ISSUE_TEMPLATE/update-product-hive.md index aa24e1eea..01811b242 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hive.md +++ b/.github/ISSUE_TEMPLATE/update-product-hive.md @@ -31,16 +31,18 @@ Part of #xxx. - [ ] _Link to the operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-kafka.md b/.github/ISSUE_TEMPLATE/update-product-kafka.md index 1055fc301..88ccbe043 100644 --- a/.github/ISSUE_TEMPLATE/update-product-kafka.md +++ b/.github/ISSUE_TEMPLATE/update-product-kafka.md @@ -42,16 +42,18 @@ Part of #xxx. - [ ] _Link to the operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-nifi.md b/.github/ISSUE_TEMPLATE/update-product-nifi.md index 5a4949444..f1193ac96 100644 --- a/.github/ISSUE_TEMPLATE/update-product-nifi.md +++ b/.github/ISSUE_TEMPLATE/update-product-nifi.md @@ -31,16 +31,18 @@ Part of #xxx. - [ ] _Link to the operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-opa.md b/.github/ISSUE_TEMPLATE/update-product-opa.md index f20dcb6b3..eb39c0546 100644 --- a/.github/ISSUE_TEMPLATE/update-product-opa.md +++ b/.github/ISSUE_TEMPLATE/update-product-opa.md @@ -30,16 +30,18 @@ Part of #xxx. - [ ] _Link to the operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-spark.md b/.github/ISSUE_TEMPLATE/update-product-spark.md index 0e4b0c550..029715d5a 100644 --- a/.github/ISSUE_TEMPLATE/update-product-spark.md +++ b/.github/ISSUE_TEMPLATE/update-product-spark.md @@ -31,16 +31,18 @@ Part of #xxx. - [ ] _Link to the operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-superset.md b/.github/ISSUE_TEMPLATE/update-product-superset.md index 5cfcec15f..fb1b37ced 100644 --- a/.github/ISSUE_TEMPLATE/update-product-superset.md +++ b/.github/ISSUE_TEMPLATE/update-product-superset.md @@ -31,16 +31,18 @@ Part of #xxx. - [ ] _Link to the operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-trino.md b/.github/ISSUE_TEMPLATE/update-product-trino.md index 65b0132b2..032ef1672 100644 --- a/.github/ISSUE_TEMPLATE/update-product-trino.md +++ b/.github/ISSUE_TEMPLATE/update-product-trino.md @@ -40,16 +40,18 @@ Part of #xxx. - [ ] _Link to the operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` diff --git a/.github/ISSUE_TEMPLATE/update-product-zookeeper.md b/.github/ISSUE_TEMPLATE/update-product-zookeeper.md index a665b602b..eef1834c4 100644 --- a/.github/ISSUE_TEMPLATE/update-product-zookeeper.md +++ b/.github/ISSUE_TEMPLATE/update-product-zookeeper.md @@ -31,16 +31,18 @@ Part of #xxx. - [ ] _Link to the operator PR (getting_started / kuttl)_ - [ ] _Link to any other operator PRs (getting_started / kuttl)_ - [ ] _Link to demo PR (raise against the `next` branch)_ +- [ ] _Link to the Release Notes PR in the documentation repo (if not a comment below)_ ``` - +> [!TIP] +> Delete any items that do not apply so that all applicable items can be checked. +> For example, if you add release notes to the documentation repository, you do not need the latter two criteria. + ```[tasklist] ### Acceptance - [ ] Can build image locally - [ ] Kuttl smoke tests passes locally +- [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue ``` From c85b388a68b10e94a8973f201ac85c6862892b01 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 19 Sep 2024 13:52:34 +0200 Subject: [PATCH 2/3] chore(issue-templates): Make it clear who should tick the acceptance criteria. --- .github/ISSUE_TEMPLATE/update-base-java.md | 2 ++ .github/ISSUE_TEMPLATE/update-base-stackable.md | 2 ++ .github/ISSUE_TEMPLATE/update-base-ubi-rust-builders.md | 2 ++ .github/ISSUE_TEMPLATE/update-base-vector.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-airflow.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-druid.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-hdfs.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-hive.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-kafka.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-nifi.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-opa.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-spark.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-superset.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-trino.md | 2 ++ .github/ISSUE_TEMPLATE/update-product-zookeeper.md | 2 ++ 16 files changed, 32 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/update-base-java.md b/.github/ISSUE_TEMPLATE/update-base-java.md index 28407aed9..b1fbb522a 100644 --- a/.github/ISSUE_TEMPLATE/update-base-java.md +++ b/.github/ISSUE_TEMPLATE/update-base-java.md @@ -40,6 +40,8 @@ we should also make new versions of Java available for use. - [ ] _Link to the docker-images PR (product update)_ ``` +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build a product image that uses the new version(s) diff --git a/.github/ISSUE_TEMPLATE/update-base-stackable.md b/.github/ISSUE_TEMPLATE/update-base-stackable.md index 60e5b288e..61edd609e 100644 --- a/.github/ISSUE_TEMPLATE/update-base-stackable.md +++ b/.github/ISSUE_TEMPLATE/update-base-stackable.md @@ -30,6 +30,8 @@ Part of #xxx. - [ ] _Link to the docker-images PR (product update)_ ``` +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build the image locally diff --git a/.github/ISSUE_TEMPLATE/update-base-ubi-rust-builders.md b/.github/ISSUE_TEMPLATE/update-base-ubi-rust-builders.md index 05619bdbc..657627453 100644 --- a/.github/ISSUE_TEMPLATE/update-base-ubi-rust-builders.md +++ b/.github/ISSUE_TEMPLATE/update-base-ubi-rust-builders.md @@ -37,6 +37,8 @@ Part of #xxx. - [ ] _Bump rust toolchain in operator-templating_ ``` +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - Done for [ubi8-rust-builder/Dockerfile](https://github.com/stackabletech/docker-images/blob/main/ubi8-rust-builder/Dockerfile) diff --git a/.github/ISSUE_TEMPLATE/update-base-vector.md b/.github/ISSUE_TEMPLATE/update-base-vector.md index f5e3abe3a..d4c2d1d98 100644 --- a/.github/ISSUE_TEMPLATE/update-base-vector.md +++ b/.github/ISSUE_TEMPLATE/update-base-vector.md @@ -44,6 +44,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-airflow.md b/.github/ISSUE_TEMPLATE/update-product-airflow.md index 21849c981..6632188d0 100644 --- a/.github/ISSUE_TEMPLATE/update-product-airflow.md +++ b/.github/ISSUE_TEMPLATE/update-product-airflow.md @@ -37,6 +37,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-druid.md b/.github/ISSUE_TEMPLATE/update-product-druid.md index e80b0d8ab..a7ec8ad49 100644 --- a/.github/ISSUE_TEMPLATE/update-product-druid.md +++ b/.github/ISSUE_TEMPLATE/update-product-druid.md @@ -39,6 +39,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md b/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md index 6aa485969..f99e200fa 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md +++ b/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md @@ -45,6 +45,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-hdfs.md b/.github/ISSUE_TEMPLATE/update-product-hdfs.md index cd29fdc72..04f56906c 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hdfs.md +++ b/.github/ISSUE_TEMPLATE/update-product-hdfs.md @@ -39,6 +39,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-hive.md b/.github/ISSUE_TEMPLATE/update-product-hive.md index 01811b242..989b89e88 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hive.md +++ b/.github/ISSUE_TEMPLATE/update-product-hive.md @@ -38,6 +38,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-kafka.md b/.github/ISSUE_TEMPLATE/update-product-kafka.md index 88ccbe043..ce6a39945 100644 --- a/.github/ISSUE_TEMPLATE/update-product-kafka.md +++ b/.github/ISSUE_TEMPLATE/update-product-kafka.md @@ -49,6 +49,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-nifi.md b/.github/ISSUE_TEMPLATE/update-product-nifi.md index f1193ac96..37c455162 100644 --- a/.github/ISSUE_TEMPLATE/update-product-nifi.md +++ b/.github/ISSUE_TEMPLATE/update-product-nifi.md @@ -38,6 +38,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-opa.md b/.github/ISSUE_TEMPLATE/update-product-opa.md index eb39c0546..b71444556 100644 --- a/.github/ISSUE_TEMPLATE/update-product-opa.md +++ b/.github/ISSUE_TEMPLATE/update-product-opa.md @@ -37,6 +37,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-spark.md b/.github/ISSUE_TEMPLATE/update-product-spark.md index 029715d5a..4c5d33af2 100644 --- a/.github/ISSUE_TEMPLATE/update-product-spark.md +++ b/.github/ISSUE_TEMPLATE/update-product-spark.md @@ -38,6 +38,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-superset.md b/.github/ISSUE_TEMPLATE/update-product-superset.md index fb1b37ced..639b7fcb0 100644 --- a/.github/ISSUE_TEMPLATE/update-product-superset.md +++ b/.github/ISSUE_TEMPLATE/update-product-superset.md @@ -38,6 +38,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-trino.md b/.github/ISSUE_TEMPLATE/update-product-trino.md index 032ef1672..ad3ad049c 100644 --- a/.github/ISSUE_TEMPLATE/update-product-trino.md +++ b/.github/ISSUE_TEMPLATE/update-product-trino.md @@ -47,6 +47,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally diff --git a/.github/ISSUE_TEMPLATE/update-product-zookeeper.md b/.github/ISSUE_TEMPLATE/update-product-zookeeper.md index eef1834c4..50391ef1b 100644 --- a/.github/ISSUE_TEMPLATE/update-product-zookeeper.md +++ b/.github/ISSUE_TEMPLATE/update-product-zookeeper.md @@ -38,6 +38,8 @@ Part of #xxx. > Delete any items that do not apply so that all applicable items can be checked. > For example, if you add release notes to the documentation repository, you do not need the latter two criteria. +This list should be completed by the assignee(s), once respective PRs have been merged. Once all items have been checked, the issue can be moved into _Development: Done_. + ```[tasklist] ### Acceptance - [ ] Can build image locally From c1074616457798e27fcc607045e312a6a7c261ed Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Thu, 19 Sep 2024 13:54:12 +0200 Subject: [PATCH 3/3] chore(issue-templates): Allow for build/test acceptance to be done locally or in CI --- .github/ISSUE_TEMPLATE/update-base-vector.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-airflow.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-druid.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-hdfs.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-hive.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-kafka.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-nifi.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-opa.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-spark.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-superset.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-trino.md | 4 ++-- .github/ISSUE_TEMPLATE/update-product-zookeeper.md | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/update-base-vector.md b/.github/ISSUE_TEMPLATE/update-base-vector.md index d4c2d1d98..9899afcbf 100644 --- a/.github/ISSUE_TEMPLATE/update-base-vector.md +++ b/.github/ISSUE_TEMPLATE/update-base-vector.md @@ -48,8 +48,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-airflow.md b/.github/ISSUE_TEMPLATE/update-product-airflow.md index 6632188d0..40ee340e7 100644 --- a/.github/ISSUE_TEMPLATE/update-product-airflow.md +++ b/.github/ISSUE_TEMPLATE/update-product-airflow.md @@ -41,8 +41,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-druid.md b/.github/ISSUE_TEMPLATE/update-product-druid.md index a7ec8ad49..ed11b4d0b 100644 --- a/.github/ISSUE_TEMPLATE/update-product-druid.md +++ b/.github/ISSUE_TEMPLATE/update-product-druid.md @@ -43,8 +43,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md b/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md index f99e200fa..b0b5e82ee 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md +++ b/.github/ISSUE_TEMPLATE/update-product-hbase-phoenix-omid.md @@ -49,8 +49,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-hdfs.md b/.github/ISSUE_TEMPLATE/update-product-hdfs.md index 04f56906c..637f4eff9 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hdfs.md +++ b/.github/ISSUE_TEMPLATE/update-product-hdfs.md @@ -43,8 +43,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-hive.md b/.github/ISSUE_TEMPLATE/update-product-hive.md index 989b89e88..02a3314fa 100644 --- a/.github/ISSUE_TEMPLATE/update-product-hive.md +++ b/.github/ISSUE_TEMPLATE/update-product-hive.md @@ -42,8 +42,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-kafka.md b/.github/ISSUE_TEMPLATE/update-product-kafka.md index ce6a39945..9f6281f06 100644 --- a/.github/ISSUE_TEMPLATE/update-product-kafka.md +++ b/.github/ISSUE_TEMPLATE/update-product-kafka.md @@ -53,8 +53,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-nifi.md b/.github/ISSUE_TEMPLATE/update-product-nifi.md index 37c455162..da52701bc 100644 --- a/.github/ISSUE_TEMPLATE/update-product-nifi.md +++ b/.github/ISSUE_TEMPLATE/update-product-nifi.md @@ -42,8 +42,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-opa.md b/.github/ISSUE_TEMPLATE/update-product-opa.md index b71444556..8fd6e0ca2 100644 --- a/.github/ISSUE_TEMPLATE/update-product-opa.md +++ b/.github/ISSUE_TEMPLATE/update-product-opa.md @@ -41,8 +41,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-spark.md b/.github/ISSUE_TEMPLATE/update-product-spark.md index 4c5d33af2..c0723525b 100644 --- a/.github/ISSUE_TEMPLATE/update-product-spark.md +++ b/.github/ISSUE_TEMPLATE/update-product-spark.md @@ -42,8 +42,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-superset.md b/.github/ISSUE_TEMPLATE/update-product-superset.md index 639b7fcb0..a2db53339 100644 --- a/.github/ISSUE_TEMPLATE/update-product-superset.md +++ b/.github/ISSUE_TEMPLATE/update-product-superset.md @@ -42,8 +42,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-trino.md b/.github/ISSUE_TEMPLATE/update-product-trino.md index ad3ad049c..dfd70081d 100644 --- a/.github/ISSUE_TEMPLATE/update-product-trino.md +++ b/.github/ISSUE_TEMPLATE/update-product-trino.md @@ -51,8 +51,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue diff --git a/.github/ISSUE_TEMPLATE/update-product-zookeeper.md b/.github/ISSUE_TEMPLATE/update-product-zookeeper.md index 50391ef1b..31b1a1a3f 100644 --- a/.github/ISSUE_TEMPLATE/update-product-zookeeper.md +++ b/.github/ISSUE_TEMPLATE/update-product-zookeeper.md @@ -42,8 +42,8 @@ This list should be completed by the assignee(s), once respective PRs have been ```[tasklist] ### Acceptance -- [ ] Can build image locally -- [ ] Kuttl smoke tests passes locally +- [ ] Can build image (either locally, or in CI) +- [ ] Kuttl smoke tests passes (either locally, or in CI) - [ ] Release notes added to documentation and linked as a PR above - [ ] Release notes written in a comment below - [ ] Applicable `release-note` label added to this issue