[docs] update CONTRIBUTING.md (#4857)

This commit is contained in:
Jonathan Hui
2020-04-17 18:39:13 -07:00
committed by GitHub
parent 8efa1ee4c6
commit 5b44a7d595
+2 -2
View File
@@ -122,8 +122,8 @@ git checkout <branch-name>
git push origin <branch-name>
```
This will trigger the Travis CI continuous-integration checks. You can view the results in the respective services. Note that the integration checks will report failures on occasion. If a failure occurs, you may try rerunning the test via the Travis web UI.
This will trigger continuous-integration checks using GitHub Actions. You can view the status and logs via the "Actions" tab in your fork.
#### Submit Pull Request
Once you've validated the Travis CI results, go to the page for your fork on GitHub, select your development branch, and click the pull request button. If you need to make any adjustments to your pull request, just push the updates to GitHub. Your pull request will automatically track the changes on your development branch and update.
Once you've validated that all continuous-integration checks have passed, go to the page for your fork on GitHub, select your development branch, and click the pull request button. If you need to make any adjustments to your pull request, just push the updates to GitHub. Your pull request will automatically track the changes on your development branch and update.