Tweak contributing guidelines.

master
Artem Sapegin 2014-04-10 10:18:35 +04:00
parent 09a691c7a9
commit fce0d4ce23
2 changed files with 10 additions and 1 deletions

View File

@ -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) {
- Dont commit generated files: compiled from Stylus CSS, minified JavaScript, etc.
- Dont change version number and changelog.
- Install [EditorConfig](http://editorconfig.org/) plugin for your code editor.
- If code you change uses different style (probably its an old code) use files style instead of style described on this page.
- Feel free to [ask me](http://sapegin.me/contacts) anything you need.

View File

@ -327,6 +327,14 @@ If youre sure that its 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/)
---