[misc] remove trailing whitespace, clearer wording around code reviews
This commit is contained in:
parent
9261d51e55
commit
a0990ed6be
|
@ -63,7 +63,7 @@ Use [google
|
||||||
style](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#38-comments-and-docstrings)
|
style](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#38-comments-and-docstrings)
|
||||||
comments to secure correct display of your docstrings.
|
comments to secure correct display of your docstrings.
|
||||||
|
|
||||||
Please don't leave empty lines at the end of your files.
|
Please don't leave trailing whitespace or empty lines at the end of your files.
|
||||||
|
|
||||||
## Merge Requests
|
## Merge Requests
|
||||||
|
|
||||||
|
@ -74,9 +74,10 @@ improvement.
|
||||||
|
|
||||||
### Code reviews
|
### Code reviews
|
||||||
|
|
||||||
Before a merge request gets merged into master, at least one person has to
|
Before a merge request gets rebased onto and merged into `development`, at
|
||||||
approve it; this also increases the number of people who know the code. So
|
least one person has to approve it; this also increases the number of people
|
||||||
please request a review from someone from the core development team.
|
who know the code. So please request a review from someone from the core
|
||||||
|
development team.
|
||||||
|
|
||||||
## Implement a new Platform/Social Network
|
## Implement a new Platform/Social Network
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue