Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ We welcome contributions and feedback! All contributors must sign our [Contribut
3. Make sure to add tests!
4. Run `./gradlew clean check` to automatically catch potential bugs.
5. `git push` your changes to GitHub.
6. Open a PR from your fork into the master branch of the original repoOpen a PR from your fork into the master branch of the original repo
6. Open a PR from your fork into the master branch of the original repo.
7. Make sure that all unit tests are passing and that there are no merge conflicts between your branch and `master`.
8. Open a pull request from `YOUR_NAME/branch_name` to `master`.
9. A repository maintainer will review your pull request and, if all goes well, squash and merge it!
Expand Down