mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-14 01:24:04 -08:00
5a0dea1d91
Flag is documented as --signoff: https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff Signed-off-by: Julian Tölle <julian.toelle@hetzner-cloud.de>
18 lines
734 B
Markdown
18 lines
734 B
Markdown
<!--
|
|
Don't forget!
|
|
|
|
- Please sign CNCF's Developer Certificate of Origin and sign-off your commits by adding the -s / --signoff flag to `git commit`. See https://github.com/apps/dco for more information.
|
|
|
|
- If the PR adds or changes a behaviour or fixes a bug of an exported API it would need a unit/e2e test.
|
|
|
|
- Where possible use only exported APIs for tests to simplify the review and make it as close as possible to an actual library usage.
|
|
|
|
- No tests are needed for internal implementation changes.
|
|
|
|
- Performance improvements would need a benchmark test to prove it.
|
|
|
|
- All exposed objects should have a comment.
|
|
|
|
- All comments should start with a capital letter and end with a full stop.
|
|
-->
|