Skip to content

Commit 2b5382e

Browse files
authored
Add PR template (zalando#1234)
* Add PR template * move to github folder and rename file * add headlines
1 parent 85d1a72 commit 2b5382e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Problem description
2+
3+
4+
5+
## Linked issues
6+
7+
8+
9+
## Checklist
10+
11+
Thanks for submitting a pull request to the Postgres Operator project.
12+
Please, ensure your contribution matches the following items:
13+
14+
- [ ] Your go code is [formatted](https://blog.golang.org/gofmt). Your IDE should do it automatically for you.
15+
- [ ] You have updated [generated code](https://github.com/zalando/postgres-operator/blob/master/docs/developer.md#code-generation) when introducing new fields to the `acid.zalan.do` api package.
16+
- [ ] New [configuration options](https://github.com/zalando/postgres-operator/blob/master/docs/developer.md#introduce-additional-configuration-parameters) are reflected in CRD validation, helm charts and sample manifests.
17+
- [ ] New functionality is covered by [unit](https://github.com/zalando/postgres-operator/blob/master/docs/developer.md#unit-tests) and/or [e2e](https://github.com/zalando/postgres-operator/blob/master/docs/developer.md#end-to-end-tests) tests.
18+
- [ ] You have checked existing open PRs for possible overlay and referenced them.

0 commit comments

Comments
 (0)