mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
20 lines
516 B
Markdown
20 lines
516 B
Markdown
|
## 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`
|