Adding note to not use keywords and mentions in commits messages
This commit is contained in:
parent
d98f9dbfb3
commit
a02279e1b4
|
@ -204,6 +204,7 @@ Common new contributor PR issues are:
|
|||
* finding the right SIG or reviewer(s) for the PR (see [Code Review](#code-review) section) and following any SIG or repository specific contributing guidelines (see [Learn about SIGs](#learn-about-sigs) section)
|
||||
* dealing with test cases which fail on your PR, unrelated to the changes you introduce (see [Test Flakes](http://velodrome.k8s.io/dashboard/db/bigquery-metrics?orgId=1))
|
||||
* Not following [scalability good practices](scalability-good-practices.md)
|
||||
* Include mentions (like @person) and [keywords](https://help.github.com/en/articles/closing-issues-using-keywords) which could close the issue (like fixes #xxxx) in commit messages.
|
||||
|
||||
## Code Review
|
||||
|
||||
|
|
Loading…
Reference in New Issue