Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
Describe the implementation details for this Pull Request.
Explain examples with code for these updates.
- If its a new feature: [feat: *]
- If it's a bug fix: [fix: *]
- If it's a documentation update: [doc: *]
- Before pushing your changes makes sure to run
./gradlew ktlintCheck --continue
. If there are any linting issues please fix them before creating a pull request. - Your pull request must pass the
CI workflow
before requesting a review to any of the maintainers, if not fix the issue first: - Always have descriptive commit messages explaining what you did.
- Always have a description for your pull request to explain what you did in-depth, it will be great if you include video recordings or screenshots if possible.
- If you need help with the above please feel to reach out to me and I will help you out.
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.