From 52e4351984fe978d6a8512667fb4534e6ce24678 Mon Sep 17 00:00:00 2001 From: Umer Mansoor Date: Sat, 24 Oct 2020 22:37:39 -0700 Subject: [PATCH] docs: Updated CONTRIBUTING.md to remove duplicate text --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac1ec3884..640239efa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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!