From 092b011f9b70c742b61b6bc71fd58f6ae9d4eb8b Mon Sep 17 00:00:00 2001 From: William Entriken Date: Thu, 8 Jan 2015 09:40:54 -0500 Subject: [PATCH] formatting --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9d30c7fc..40d15c9a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ Guidlines: - Please ask before starting significant work on a pull request to check it's a change within the project scope, and isn't a duplicate effort - Please make changes to the files in [`/src`](https://github.com/nnnick/Chart.js/tree/master/src), not `Chart.js` or `Chart.min.js` in the repo root directory - - Tabs for indentation, not spaces please. + - Tabs for indentation, not spaces please - If adding new functionality, please also update the relevant `.md` file in [`/docs`](https://github.com/nnnick/Chart.js/tree/master/docs) - Please make your commits in logical sections with clear commit messages - Please avoid committing in the build Chart.js & Chart.min.js file, as it may cause conflicts when merging back