From 65e43df487566decb5f2708d1a02082b4a392989 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 16 Dec 2013 15:46:40 -0600 Subject: [PATCH] upd contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b69542e1c..1946e5a64c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ If not, then [create a plunkr](http://plnkr.co/edit/vD0O9M?p=preview) that demon Next, create a new issue that briefly explains the problem, and provides a bit of background as to the circumstances that triggered it. Don't forget to include the link to that plunkr you created! -### Guidelines +### Pull Request Guidelines When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, do not bundle more than one "feature" or bug fix per PR. Doing so makes it very hard to accept it if one of the fixes has issues.