Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 609 Bytes

File metadata and controls

14 lines (11 loc) · 609 Bytes
  1. Fork the repo on GitHub (if you haven't already)

  2. Clone your fork fork locally

  3. Create a branch for local development

    git checkout -b name-of-bugfix-or-feature
  4. Now make the appropriate changes locally.

  5. The add_paper.py tool 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.

  6. Add your change to the changelog for the current version in HISTORY.md.

  7. Commit the changes and push the branch to GitHub:

  8. Submit a pull request through the GitHub web interface.