repo -> repository

This commit is contained in:
Elias Fleckenstein 2021-11-03 21:08:11 +01:00
parent 18dd1cabd0
commit 39f66eb4a0
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2
1 changed files with 2 additions and 2 deletions

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.