Skip to content

Commit 728cfd8

Browse files
sbernauerTechassi
andauthored
Apply suggestions from code review
Co-authored-by: Techassi <git@techassi.dev>
1 parent 1b00a6e commit 728cfd8

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ These instructions are for deploying and completing the nightly demo from scratc
103103
> Be sure to select the _nightly_ docs version on <https://docs.stackable.tech/home/nightly/demos/>.
104104
105105
```shell
106-
# Install demo (stable operators) for the nightly release.
107-
# For stacks use "stackablectl stack install" instead
106+
# For demo testing, install demo (stable operators) for the nightly release.
108107
stackablectl demo install <DEMO_NAME> --release dev
109108
109+
# For stack testing, install stack via
110+
stackablectl stack install <STACK_NAME> --release dev
111+
110112
# --- IMPORTANT ---
111113
# Run through the nightly demo instructions (refer to the list above).
112114
```

.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ the operators and CRDS.
105105
> Be sure to select the _stable_ docs version on <https://docs.stackable.tech/home/stable/demos/>.
106106
107107
```shell
108-
# Install demo (stable operators) for the stable release (OO.M).
109-
# For stacks use "stackablectl stack install" instead
108+
# For demo testing, , install demo (stable operators) for the stable release (OO.M).
110109
stackablectl demo install <DEMO_NAME>
111110
111+
# For stack testing, install stack via
112+
stackablectl stack install <STACK_NAME>
113+
112114
# --- IMPORTANT ---
113115
# Run through the stable demo instructions (refer to the list above).
114116

.github/ISSUE_TEMPLATE/release-from-scratch-testing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ These instructions are for deploying and completing the YY.M.X demo from scratch
105105
> Be sure to select the _nightly_ docs version on <https://docs.stackable.tech/home/nightly/demos/>.
106106
107107
```shell
108-
# Install demo (stable operators) for the nightly release.
109-
# For stacks use "stackablectl stack install" instead
108+
# For demo testing, install demo (stable operators) for the YY.M.X release.
110109
stackablectl demo install <DEMO_NAME>
111110
111+
# For stack testing, install stack via
112+
stackablectl stack install <STACK_NAME>
113+
112114
# --- IMPORTANT ---
113115
# Run through the nightly demo instructions (refer to the list above).
114116
```

0 commit comments

Comments
 (0)