Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 449 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (8 loc) · 449 Bytes

Contribution Guide

All contributions are welcome, but will only be accepted if the following requirements are met.

  1. A new branch must be created from the main or master branch. This can be achieved using git:
git checkout -b BRANCH_NAME
  1. A pull request will need to be created and no merge conflicts should be present.

For anyone looking to contribute, please do not hesitate to fix or improve anything in the repository.