- Feel free to submit an issues in case of
- bug
- suggestion
- feature request
- question regarding the project
- unclear documentation
- unreadable or straight up bad code
- any problem that you ran into while setting up the project on your side
- Keep your PRs nice and small around 500 changes. PRs that are way over that threshold won't be merged.
- If 500 changes is not enough,
- make as many changes as you can according to the PR size limitation,
- make sure that the code is compilable and the application is usable,
- create TODOs right in the code for the unfinished work,
- submit PRs with the unfinished work and TODOs,
- TODOs will be converted to separate issues
- If 500 changes is not enough,