This repository follows the GitHub flow as described here.
When contributing, take the following steps:
- Fork the project.
- Clone the forked project.
- Check out the
devel
branch:git checkout devel
- Create a feature branch:
git checkout -b descriptive-branch-name
- Edit, build and test the code. Some currently used guidelines for C++:
MyClassName myFunctionName my_variable_name my_private_variable_name_
- Commit your changes. In case the commit fixes an issue, include the corresponding issue number with prefix '#' (e.g., #4).
- Push your changes.
- Make a pull request to merge your changes into the
devel
branch.
The following Git branching model is used: