# 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: ```bash git checkout -b BRANCH_NAME ``` 2. 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.