Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 878 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (19 loc) · 878 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 300 changes. PRs that are way over that threshold won't be merged.
    • If 300 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 PR with the unfinished work and TODOs,
      • TODOs will be converted to separate issues
      • DON'T CREATE ISSUES YOURSELF. JUST LEAVE THE TODOS. Project Lead is responsible for creating the issues from the TODOs.