To contribute to this repository:
- Create a fork of the repository.
- Clone the forked repository.
- Checkout a new branch (using
git checkout -b name_of_branch
), where name of branch should be replaced byyour_github_username/description_of_feature
. For instance,jorgensd/add_guidelines
. - Add your contribution and push it to your fork.
- Make a pull request from your fork.