Skip to content

Commit 9546280

Browse files
committed
chore: tick off docs task per default in pr template
1 parent 7f79b21 commit 9546280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ relates to #1234
1212
- [ ] Issue was linked above
1313
- [ ] Code format was applied: `make fmt`
1414
- [ ] 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` (will be checked by CI)
15+
- [x] Docs are up-to-date: `make generate-docs` (will be checked by CI)
1616
- [ ] Unit tests got implemented or updated
1717
- [x] Unit tests are passing: `make test` (will be checked by CI)
1818
- [x] No linter issues: `make lint` (will be checked by CI)

0 commit comments

Comments
 (0)