Thanks for your interest in contributing to Neura project!
Please follow the steps below:
- Raise an issue on the problems/freatures you try to solve/add.
- Finish coding and add corresponding tests.
- Submit a pull request and require review from other contributors.
- Merge into the
mainbranch.
We take the LLVM style as the code format.
To follow this style, you can use clang-format to generate the format configuration file.
$ clang-format -style=LLVM -dump-config > .clang-formatThen use some format extentions in your editor to enable automatic code formatting (e.g., clangd in VS Code).