Bugs
- Submit an issue on the issues page
Code contributions
Fork this repository to your Github account
Clone your forked version to your machine
git clone https://github.com/<yourgithubusername>/oldr.git
- Make sure to track progress upstream i.e., on our version of
oldratrapidsurveys/oldr, by doing
git remote add upstream https://github.com/rapidsurveys/oldr.git
Before making changes make sure to pull changes in from
upstreamby doing eithergit fetch upstreamthen merge later orgit pull upstreamto fetch and merge in one stepMake your changes on a new feature branch
Please write a test or tests for your changes if they affect code and not just documentation
Push up changes to your account
Submit a pull request at
rapidsurveys/oldr
