Configuring GitHub
If you would like to contribute source code to the Sensus project, please follow the steps below:
- Fork the Sensus repository on GitHub to your personal GitHub account.
- Clone your GitHub Sensus repository to your local machine and follow the guide to compile the source code.
- Create an issue describing the feature or bug fix.
- Make your changes within the
developbranch of your local repository, and push the changes to your fork of Sensus on GitHub. - Create a pull request from the
developbranch of your GitHub Sensus repository into thedevelopbranch of our GitHub Sensus repository. - We will review the pull request, suggest changes, and perhaps merge the changes into
develop.