# Contributing When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Please note we have a code of conduct, please follow it in all your interactions with the project. ## Pull Request Process 1. When creating a PR, name it in the format `[TAG] - `, the `TAG` field can be either `ENHANCEMENT`, `BUGFIX` or `FEATURE`. 2. Make sure after you created a PR, you assign yourself as the owner of the PR. 3. You need at least two approvals for merging the PR. 4. All the Github Actions should pass. 5. Make sure all your commits are following [atomic commits](https://dev.to/samuelfaure/how-atomic-git-commits-dramatically-increased-my-productivity-and-will-increase-yours-too-4a84) standards