]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
formatting
authorWilliam Entriken <github.com@phor.net>
Thu, 8 Jan 2015 14:40:54 +0000 (09:40 -0500)
committerWilliam Entriken <github.com@phor.net>
Thu, 8 Jan 2015 14:40:54 +0000 (09:40 -0500)
CONTRIBUTING.md

index a9d30c7fc56f5558c1ccd6bc6f62ddb66da19703..40d15c9a10b1b5235d2f0b523f7c5bad402f7e92 100644 (file)
@@ -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