diff --git a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md index cde8bf61..50e6ca44 100644 --- a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md +++ b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md @@ -85,3 +85,32 @@ stackablectl demo install # --- IMPORTANT --- # Run through the nightly demo instructions (refer to the list above). ``` + +## List of Stacks + +Some stacks are not used by demos, but still need testing in some way. + +> [!TIP] +> Some of the stacks have a [tutorial](https://docs.stackable.tech/home/nightly/tutorials/) to follow. + + + +- [ ] monitoring +- [ ] observability +- [ ] openldap +- [ ] tutorial-openldap + +You can install the stack via: + +```shell +stackablectl stack install +```