Skip to content

Commit fd2be98

Browse files
committed
chore(github): add pull request template
relates to STACKITTPR-138
1 parent 8b57c35 commit fd2be98

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
- [ ] Code format was applied: `make fmt`
14+
- [ ] Examples were added / adjusted (see `examples/` directory)
15+
- [ ] Docs are up-to-date: `make generate-docs`
16+
- [ ] Unit tests got implemented or updated
17+
- [ ] Acceptance tests got implemented or updated (see e.g. [here](https://github.com/stackitcloud/terraform-provider-stackit/blob/f5f99d170996b208672ae684b6da53420e369563/stackit/internal/services/dns/dns_acc_test.go))
18+
- [x] Unit tests are passing: `make test` (will be checked by CI)
19+
- [x] No linter issues: `make lint` (will be checked by CI)

0 commit comments

Comments
 (0)