From fce0d4ce235d638b7b8870819252d3006c5363b0 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Thu, 10 Apr 2014 10:18:35 +0400 Subject: [PATCH] Tweak contributing guidelines. --- Contributing.md | 3 ++- Readme.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index ff4b114..2405ca1 100644 --- a/Contributing.md +++ b/Contributing.md @@ -15,6 +15,8 @@ I love pull requests. And following this simple guidelines will make your pull r ## JavaScript code style +See [JSHint](.jshintrc) and [JSCS](.jscs.json) config files for more details. + - Tab indentation. - Single-quotes. - Semicolon. @@ -55,7 +57,6 @@ function foo(bar, fum) { - Don’t commit generated files: compiled from Stylus CSS, minified JavaScript, etc. - Don’t change version number and changelog. - Install [EditorConfig](http://editorconfig.org/) plugin for your code editor. -- If code you change uses different style (probably it’s an old code) use file’s style instead of style described on this page. - Feel free to [ask me](http://sapegin.me/contacts) anything you need. diff --git a/Readme.md b/Readme.md index 61ac517..d5a2a26 100644 --- a/Readme.md +++ b/Readme.md @@ -327,6 +327,14 @@ If you’re sure that it’s a bug please file an issue **and provide a link** t The changelog can be found in the [Changelog.md](Changelog.md) file. +## Contributing + +Everyone is welcome to contribute. Please take a moment to review the [contributing guidelines](Contributing.md). + +## Author + +* [Artem Sapegin](http://sapegin.me/) + ---