Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 640 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (23 loc) · 640 Bytes

Contributing

Awesome that you are reading this!

  • For questions, you can create an Issue
  • Code changes go via Pull Requests

Branching policy

Currently, all work is done on the master branch.

Submitting code

Submitted code should follow these quality guidelines:

  • All Travis CI tests pass

These is checked by Travis CI when submitting a Pull Request.

git usage

To get started working on the_richel_setup do:

git clone https://github.com/richelbilderbeek/the_richel_setup

Then the workflow is the common git workflow:

git pull
git add --all :/
git commit -m "Did something awesome"
git push