- Make sure there is a GitHub issue describing the changes you want to contribute with. (Add one if needed)
- Submit a PR just in case you:
- Fixed the bug or implement the new feature properly;
- Covered all code with unit tests;
- Updated the changelog file;
- Updated the documentation (If needed).
Branch name: The branch name should be in between 20 and 72 chars long and should start with the number of the issue the changes relate to, followed by lowercase words split by dashes.
- Regex: https://regex101.com/r/TLhrcv/1
- Max length: 72
- Min length: 20
Commit message: