Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 742 Bytes

Issues

  • 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

Pull Requests

  • 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