From d479603ca720879409b3ff1783611f1daa496a8f Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Thu, 8 Nov 2012 10:46:15 +0000 Subject: [PATCH] [README][xs]: better instructions for contributing. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 284a5b67..e6260030 100755 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ Running the tests by opening `test/index.html` in your browser. We welcome patches and pull requests and have a few guidelines. +General: + +* Please do **not** build the dist files (e.g. dist/recline.js) when submitting + patches. dist files will get built automatically and if they are part of a + patch or pull request it makes them harder to review and more likely to + conflict. +* If possible have an issue to which the commits can relate. You can reference + an issue in the commits by just including #{issue-number} somewhere in the + commit message). Note if no issue exists suggest creating one. + For small bugfixes or enhancements: * Please run the tests