Update Contributing.md

master
Artem Sapegin 2013-11-12 13:41:26 +03:00
parent 5dc15f6a83
commit a63722fc13
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function foo(bar, fum) {
- If you have commit access to repo and want to make big change or not sure about something, make a new branch and open pull request.
- Dont commit generated files: compiled from Stylus CSS, minified JavaScript, etc.
- Dont change version numbers and changelog.
- 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.