mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 11:06:04 +00:00
3db0cc3135
Signed-off-by: Per Ploug <per.ploug@zalando.de>
32 lines
758 B
Markdown
32 lines
758 B
Markdown
# One-line summary
|
|
|
|
> Issue : #1234 (only if appropriate)
|
|
|
|
## Description
|
|
A few sentences describing the overall goals of the pull request's
|
|
commits.
|
|
|
|
## Types of Changes
|
|
_What types of changes does your code introduce? Keep the ones that apply:_
|
|
|
|
- New feature (non-breaking change which adds functionality)
|
|
- Bug fix (non-breaking change which fixes an issue)
|
|
- Configuration change
|
|
- Refactor/improvements
|
|
- Documentation / non-code
|
|
|
|
## Tasks
|
|
_List of tasks you will do to complete the PR_
|
|
- [ ] Created Task 1
|
|
- [ ] Created Task 2
|
|
- [ ] To-do Task 3
|
|
|
|
## Review
|
|
_List of tasks the reviewer must do to review the PR_
|
|
- [ ] Tests
|
|
- [ ] Documentation
|
|
- [ ] CHANGELOG
|
|
|
|
## Deployment Notes
|
|
These should highlight any db migrations, feature toggles, etc.
|