REPLACE WITH PR DESCRIPTION (It is also editable after PR creation)
For the Pull Request to be accepted please check:
- The PR has a meaningful title.
- If the PR refers to an issue, it should be referenced with the GitHub format (#ID).
- The PR is done to the
develop
branch (new features) or themaster
branch (releases). - The code pass all PR checks.
- All public members are documented using KDoc.
- The code follow the coding conventions stated at the contributing.md file.