mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 06:49:54 +00:00
[docs] update CONTRIBUTING.md (#4857)
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user