There are many ways you can contribute to EMBERS.
- Contributing documentation in the form of python doc, and documents like this.
- Using EMBERS; reporting bugs and patches into the issue tracker.
- Following up on current Issues by posting comments in the issue tracker and/or submitting pull requests.
Because we are using Github the process for contributing is as follows:
- Acquire a github account
- Fork amanchokshi/EMBERS repo
- Git clone our Fork to a local working copy on our own machine
- git clone https://github.com/<YOUR ID HERE>/EMBERS
- Create development branches in our own working copy.
- git checkout -b Issue31
- Code by adding/modifying/deleting documentaton or code
- Commit
- git commit -m "#31 Fix involved: blah blah blah"
- We push our fix branches to our Forked repo.
- git push origin Issue31
- On Github we submit a pull request from this forked branch into amanchokshi/EMBERS's main repo.