Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 391 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (6 loc) · 391 Bytes

Contributing to Tabular

  1. git clone [email protected]:chaserx/tabular.git
  2. Create a branch to add your feature/fix a bug: git checkout -b my-new-feature.
  3. Add your feature/fix while following the style guide.
  4. Commit and push your changes to the branch on Github.
  5. Create a new Pull Request.