diff --git a/maintaining.md b/maintaining.md index 434ee7a..4c8a8e2 100644 --- a/maintaining.md +++ b/maintaining.md @@ -19,4 +19,7 @@ ## Pull requests -New features should come with tests and documentation. +- New features should come with tests and documentation. +- Ensure the contributing guidelines are followed. +- At least two team members must `LGTM` a pull request before it's merged. +- Squash commits when merging.