Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 730 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 730 Bytes

Contributing

To contribute to this repository:

  1. Create a fork of the repository.
  2. Clone the forked repository.
  3. Checkout a new branch (using git checkout -b name_of_branch), where name of branch should be replaced by your_github_username/description_of_feature. For instance, jorgensd/add_guidelines.
  4. Add your contribution and push it to your fork.
  5. Make a pull request from your fork.