In order to contribute to the project, the following steps should be followed:
- Fork the main repository
- Create your feature branch
- Commit your local changes in the feature branch
- Push to your fork
- Create a pull request
Pull request are going to be reviewed by maintainers, some change may be requested before the Pull Request is accepted.
For development purposes, we recommend to build and run inside a docker container. Refer to BUILDING.md for more information.
This project follows the GNU Coding Standard for formatting, commenting, and conventions in general. Our build system checks for formatting in the build process.
This project uses Github Actions as Continuous Integration tool. Refer to CI.md for more information.