Skip to content

Commit 5a18874

Browse files
authored
chore(github): add pull request template (#1813)
relates to STACKITTPR-138
1 parent f1e375a commit 5a18874

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/pull_request_template.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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-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

Comments
 (0)