Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 324 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (10 loc) · 324 Bytes

Contributing guidelines

  1. Clone the repo:
    git clone https://github.com/smithros/kpi-stuff.git
  2. Create your own branch:
    git branch <branch_name>
  3. Perform your changes:
    git add .
    git commit -m "msg"
    git push origin <branch-name>
  4. Create a pull request (easy to do in github UI).