terraform-provider-stackitp.../.github/pull_request_template.md
Ruben Hönle 37754e865d
feat(ci): ensure docs are up-to-date on PRs (#767)
relates to STACKITTPR-153
2025-04-08 10:24:19 +02:00

914 B

Description

relates to #1234

Checklist

  • Issue was linked above
  • Code format was applied: make fmt
  • Examples were added / adjusted (see examples/ directory)
  • Docs are up-to-date: make generate-docs (will be checked by CI)
  • Unit tests got implemented or updated
  • Acceptance tests got implemented or updated (see e.g. here)
  • Unit tests are passing: make test (will be checked by CI)
  • No linter issues: make lint (will be checked by CI)