# Contributing To contribute to this repository, please first discuss the change you wish to make by creating an issue or sending an email. Please do not begin with a pull request, but rather with a conversation, especially for non-trivial changes. Thank you! ## Pull Request Process 1. Fork the repo to your GitHub account and create a local clone 2. Create a new branch, named according to the type of change you are submitting: - **Feature** branch: `git checkout -b feature/new-feature-name` or `git checkout -b feature/issue-number` - **Bug** brach: `git checkout -b bug/issue-number` - **Hotfix** branch: `git checkout -b hotfix/issue-number` 1. Commit your changes `git commit -am 'Add useful new feature` 2. Push to the branch `git push origin feature/new-feature-name` 3. Create the Pull Request in the GitHub UI