[misc] remove trailing whitespace, clearer wording around code reviews

This commit is contained in:
Thomas Lindner 2020-07-05 19:55:33 +02:00
parent 9261d51e55
commit a0990ed6be
2 changed files with 15 additions and 14 deletions

View file

@ -63,7 +63,7 @@ Use [google
style](https://github.com/google/styleguide/blob/gh-pages/pyguide.md#38-comments-and-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
@ -74,9 +74,10 @@ improvement.
### Code reviews
Before a merge request gets merged into master, at least one person has to
approve it; this also increases the number of people who know the code. So
please request a review from someone from the core development team.
Before a merge request gets rebased onto and merged into `development`, at
least one person has to approve it; this also increases the number of people
who know the code. So please request a review from someone from the core
development team.
## Implement a new Platform/Social Network