# Contribution Guidelines

### Repository setup:
- Fork the repository to your account.
- More details about [how to fork a repo](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) can be found [here](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo).

### Making changes:
- Create a branch from the develop branch (if there is a develop branch).
- The name of the branch should be something like: `feature/GITHUB-ISSUE-ID-slug` (eg: `feature/50-configprovider-update`)
- Your code changes should follow the WooCommerce coding standard.
- Including unit tests is encouraged.

### Pull Request:
- Open the PR to the develop branch (if there is a develop branch).
- If there is no issue referenced, add a description about the problem and the way it is being solved.
- Allow edits from maintainers.