File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Description
2
+
3
+ <!-- **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
+ - [ ] ** 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 ) )
14
+ - [ ] Examples were added / adjusted (see ` examples/ ` directory)
15
+ - [ ] Unit tests got implemented or updated
16
+ - [x] Unit tests are passing: ` make test ` (will be checked by CI)
17
+ - [x] No linter issues: ` make lint ` (will be checked by CI)
You can’t perform that action at this time.
0 commit comments