You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- **Please link some issue here describing what you are trying to achieve.**
4
+
5
+
In case there is no issue present for your PR, please consider creating one.
6
+
At least please give us some description what you are trying to achieve and why your change is needed. -->
7
+
8
+
relates to #1234
9
+
10
+
## Checklist
11
+
12
+
-[ ] Issue was linked above
13
+
-[ ] Code format was applied: `make fmt`
14
+
-[ ] Examples were added / adjusted (see e.g. [here](https://github.com/stackitcloud/stackit-cli/blob/ef291d1683ca5b0d719ec0a26ecb999a32685117/internal/cmd/ske/cluster/create/create.go#L49-L63))
15
+
-[ ] Docs are up-to-date: `make generate-docs`
16
+
-[ ] Unit tests got implemented or updated
17
+
-[x] Unit tests are passing: `make test` (will be checked by CI)
18
+
-[x] No linter issues: `make lint` (will be checked by CI)
0 commit comments