mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
feat: add pr template (#2011)
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
This commit is contained in:
parent
151d83e807
commit
d2e1aa7156
1 changed files with 19 additions and 0 deletions
19
.github/pull_request_template.md
vendored
Normal file
19
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
## Problem Statement
|
||||
|
||||
What is the problem you're trying to solve?
|
||||
|
||||
## Related Issue
|
||||
|
||||
Fixes #...
|
||||
|
||||
## Proposed Changes
|
||||
|
||||
How do you like to solve the issue and why?
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] I have read the [contribution guidelines](https://external-secrets.io/latest/contributing/process/#submitting-a-pull-request)
|
||||
- [ ] All commits are signed with `git commit --signoff`
|
||||
- [ ] My changes have reasonable test coverage
|
||||
- [ ] All tests pass with `make test`
|
||||
- [ ] I ensured my PR is ready for review with `make reviewable`
|
Loading…
Reference in a new issue