Updated Developer's Guide (markdown)

Starfire13 2023-04-16 01:37:02 +10:00
parent 167fc2a803
commit 3e94be7f0c

@ -122,7 +122,7 @@ The type checker is **not** run as part of pre-commit, since that makes it harde
## Pull requests
Please make a new branch from either develop or master, and make your pull requests to khopa/develop.
Please make a new branch from either develop or master, and make your pull requests to dcs-liberation/develop.
We can only merge/revert whole PRs, which means you should try and keep the size of each individual PR as small as possible. Ideally, one PR for one feature/bugfix/change. Also, review latency doesn't scale linearly with review time, and review time doesn't scale linearly with PR complexity. **Smaller PRs will likely get reviewed sooner and faster.** In addition, it's not possible for the testers to isolate bugs on a sub-build level.