-
Notifications
You must be signed in to change notification settings - Fork 2
How We Work
Aaron edited this page Nov 1, 2021
·
17 revisions
- new code has coverage of at least __%
- all tests are passing
- new functionality documented
- open a ticket for every issue/changes you want to make to the codebase
- the main branch should always be a working version - if a merge broke it: revert that merge and open a new merge request
- before you merge code into main, it has to be reviewed by at least one/two(?) people
...
...