mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Improvements to PR template (#13198)
I like a bit more of a hint what the PR is supposed to achieve. Also, I took out a suggestion not to write tests. We can decide case-by-case if it's ok not to add a test; no need to encourage it. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
5bee0cfce2
commit
1b92fb10de
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -1,4 +1,8 @@
|
||||||
<!--
|
<!--
|
||||||
|
Please give your PR a title in the form "area: short description". For example "tsdb: reduce disk usage by 95%"
|
||||||
|
|
||||||
|
If your PR is to fix an issue, put "Fixes #issue-number" in the description.
|
||||||
|
|
||||||
Don't forget!
|
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.
|
- 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.
|
||||||
|
@ -7,8 +11,6 @@
|
||||||
|
|
||||||
- Where possible use only exported APIs for tests to simplify the review and make it as close as possible to an actual library usage.
|
- 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.
|
- Performance improvements would need a benchmark test to prove it.
|
||||||
|
|
||||||
- All exposed objects should have a comment.
|
- All exposed objects should have a comment.
|
||||||
|
|
Loading…
Reference in a new issue