How to contribute to VERTEX-CFD
Contribution to VERTEX-CFD source code follows a strict process to warranty robustness and deployment on HPC platforms. Any change to the GitHub repo must be reviewed by one of the main developers listed on the home page. If you are willing to contribute to the development of VERTEX-CFD, please review the GitHub documentation on how to collaborate and follow the steps given below:
- Git clone VERTEX-CFD repo and compile the source code.
- Create a new branch from the main branch.
- Make changes to the source code.
- Add/update unit test(s) and/or regression test(s) when needed.
- Push changes to your remote branch and create a pull request (PR).
- Add a description to the PR with results supporting the changes.
- Tag a reviewer to the PR.
A contributor will then review the PR and add comments to the changes. Make sure to address all comments and to respond to all threads. Once the reviewer resolves all threads and approves the PR, the branch will be merged to the main branch.
If you have any questions or comments, please contact of the main contributors listed on the home page.