master #12

Merged
NO11 merged 149 commits from VoxeLibre/VoxeLibre:master into master 2021-11-12 22:46:33 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 39f66eb4a0 - Show all commits

View File

@ -334,8 +334,8 @@ MineClone2 repository.
#### Developer responsibilities #### Developer responsibilities
- You should not push things directly to - You should not push things directly to
MineClone2 master - rather, do your work on a branch on your private MineClone2 master - rather, do your work on a branch on your private
repo, then create a pull request. This way other people can review your repository, then create a pull request. This way other people can review
changes and make sure they work before they get merged. your changes and make sure they work before they get merged.
- Merge PRs only when they have recieved the necessary feedback and have - Merge PRs only when they have recieved the necessary feedback and have
been tested to not lead to any crashes and do what they claim to do by been tested to not lead to any crashes and do what they claim to do by
at least two different people. at least two different people.