From 84e3028c276d9b96e74aae98700443af3a0f9b23 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 12 Dec 2015 23:28:17 +0100 Subject: [PATCH] improve maintaining.md --- maintaining.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.