You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Running a node](https://docs.aelf.io/en/latest/getting_started/development-environment/node.html)
50
50
51
51
## Contributing
52
52
@@ -79,7 +79,7 @@ For any non trivial modification of the code, the pull requests should be associ
79
79
- add the tests corresponding to your modifications.
80
80
- pull requests should be made against the **dev** branch.
81
81
82
-
When you are ready for a review by the core team, just remove ```[WIP]``` from your PR's title and others will review. This will either lead to a discussion or to a refactor of the code. The Travis CI system makes sure that every pull request is built for Windows, Linux, and macOS, and that unit tests are run automatically. The CI passing is a pre-condition for the PR to be merged as well as the approval from the core team.
82
+
When you are ready for a review by the core team, just remove ```[WIP]``` from your PR's title and others will review. This will either lead to a discussion or to a refactor of the code. The Azure Pipelines CI system makes sure that every pull request is built for Windows, Linux, and macOS, and that unit tests are run automatically. The CI passing is a pre-condition for the PR to be merged as well as the approval from the core team.
0 commit comments