- Please create an issue before creating a Pull Request
- Please ensure to use the
staging
branch as the base for all PRs - Please use the following Git commit message style
- Use the future tense ("Adds feature" not "Added feature")
- Prefix commit messages with either (add), (update), (delete), or (fix)
- Use a "Fixes #xxx -" or "Closes #xxx -" prefix to auto-close the issue that your PR addresses
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally after the first line
- Bugfix (change which fixes an issue)
- New feature (change which adds functionality)
- Refactor (change which changes the codebase without affecting its external behavior)
- Non-breaking change (fix or feature that would causes existing functionality to work as expected)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)