From ede3453e149374104b8a4d8d882720a6899c6020 Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Tue, 5 Nov 2013 00:01:34 +0000 Subject: [PATCH] reword one-file-per-commit guideline to be about keeping PRs atomic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e9087ed..4e950dc5 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ high quality, we request that contributions adhere to the following guidelines. template for that language or framework, rather than to the template for an editor, tool, or operating system. -- **Please only modify *one file* per commit**. This will make merging and - conflict resolution easier for everyone. +- **Please only modify *one template* per pull request**. This helps keep pull + requests and feedback focused on a specific project or technology. In general, the more you can do to help us understand the change you’re making, the more likely we’ll be to accept your contribution quickly.