-
Fork the repo on GitHub (if you haven't already)
-
Clone your fork fork locally
-
Create a branch for local development
git checkout -b name-of-bugfix-or-feature
-
Now make the appropriate changes locally.
-
The
add_paper.pytool allows you to add papers properly formatted by using the command line interface. Put the title of the paper in quotation marks as a command linie argument. -
Add your change to the changelog for the current version in
HISTORY.md. -
Commit the changes and push the branch to GitHub:
-
Submit a pull request through the GitHub web interface.