🚨Please review the guidelines for contributing to this repository.
- Make sure you are requesting to pull a topic/feature/bugfix branch (right side). Don't request your master!
- Make sure you are making a pull request against the dev branch. Also you should start your branch off dev branch.
- Check you have added tests that prove your fix is effective or that your feature works.
- Check your code additions will fail neither code linting checks nor unit test.
- Check you added any notable changes to the
CHANGELOG.md
file.
Please describe your pull request.
💔Thank you!