add max lines per PR

pull/15328/head
Gonzalo Riestra 5 years ago
parent 53ab894335
commit 7b58cc6a5e

@ -67,6 +67,7 @@ After that, there are several rules you should follow when a new pull request is
- Change UI assets version, present in [package.json](package.json) file. Minor if it is a bugfixing or a small feature, major when it is a big change.
- Our linter machine, [Hound](https://houndci.com/), should not trigger any warnings about your changes.
- All tests should pass, both for JS and Ruby.
- The number of modified lines should not exceed 300. If so, please split it into smaller PRs to make it easier to review.
## Development environment accessories

Loading…
Cancel
Save