Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.07 KB

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 1.07 KB

Contributing to libdistrict

Install

Setup

  • GitHub: Fork a copy of this repository
  • Locally: git clone <clone_url_for_fork>
  • Locally: Add the canonical copy as a remote repo git remote add canonical https://github.com/PlanScore/libdistrict.git

Contributing Your Changes

  • Locally: Push your changes to your fork git push origin <your_branch_name>
  • GitHub: Create a pull request from the forked repository to the canonical master branch
  • GitHub: The pull request will be reviewed prior to merging

Getting Others' Contributions

  • Locally: git pull canonical master

Run Tests

  • Locally: python3 setup.py test

Resources