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
+
-[ ]**No generated code was adjusted manually** (check [comments in file header](https://github.com/stackitcloud/stackit-sdk-go/blob/783b7fa78e41d072a3ff08e246a13f1bef5aa764/services/dns/api_default.go#L9))
14
+
-[ ] Changelogs
15
+
-[ ] Changelog in the root directory was adjusted (see [here](https://github.com/stackitcloud/stackit-sdk-go/blob/f1e375a38064f798821d22a951bc74ca8a9c8845/CHANGELOG.md))
16
+
-[ ] Changelog(s) of the service(s) were adjusted (see e.g. [here](https://github.com/stackitcloud/stackit-sdk-go/blob/f1e375a38064f798821d22a951bc74ca8a9c8845/services/dns/CHANGELOG.md))
17
+
-[ ] Code format was applied: `make fmt`
18
+
-[ ] Examples were added / adjusted (see `examples/` directory)
19
+
-[ ] Unit tests got implemented or updated
20
+
-[x] Unit tests are passing: `make test` (will be checked by CI)
21
+
-[x] No linter issues: `make lint` (will be checked by CI)
0 commit comments