Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 623 Bytes

File metadata and controls

13 lines (9 loc) · 623 Bytes

Contributing

When contributing to this repository, please first propose the changes you wish to make in an issue first. Doing this gives us the chance to discuss your proposal, add some feedback and provide assistence where needed.

Please note, a style guide for code and commits are a work in progress.

Submitting a pull request

  1. Fork the repository and clone to your development environment
  2. Create a new branch: git checkout -b my-branch-name
  3. Implement your changes
  4. Push to your fork and submit a pull request
  5. Celebrate your contribution and wait for your pull request to be reviewed and merged.