From b7102f420925619d304c26d4ce8e2b7e0bc29262 Mon Sep 17 00:00:00 2001 From: Ruben Hoenle Date: Fri, 28 Mar 2025 12:08:33 +0100 Subject: [PATCH] chore(github): add pull request template relates to STACKITTPR-138 --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..28bc15e7 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## Description + + + +relates to #1234 + +## Checklist + +- [ ] Issue was linked above +- [ ] **No generated code was adjusted manually** (check [comments in file header](https://github.com/stackitcloud/stackit-sdk-python/blob/main/services/dns/src/stackit/dns/api_client.py#L10-L12)) +- [ ] Examples were added / adjusted (see `examples/` directory) +- [ ] Unit tests got implemented or updated +- [x] Unit tests are passing: `make test` (will be checked by CI) +- [x] No linter issues: `make lint` (will be checked by CI)