Skip to content

Commit

Permalink
docs(contributing): add contributing section to readme
Browse files Browse the repository at this point in the history
Also, lower-case changelog
  • Loading branch information
janraasch committed Jan 25, 2014
1 parent de9d8ff commit 67d54a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions gulpfile.coffee
Expand Up @@ -25,10 +25,10 @@ gulp.task 'test', ['coffee'], ->
gulp.task 'changelog', ->
changelog = require 'conventional-changelog'
changelog({
repository: 'https://github.com/janraasch/generator-gulpplugin-coffee'
repository: 'https://github.com/janraasch/coffeelint-use-strict'
version: require('./package.json').version
}, (err, log) ->
fs.writeFileSync 'CHANGELOG.md', log
fs.writeFileSync 'changelog.md', log
)

# test drive
Expand Down
5 changes: 5 additions & 0 deletions readme.md
Expand Up @@ -48,10 +48,15 @@ Default: `false`

Require the `'use strict'` statement to be at the top of a file.

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [gulp][gulp] and [npm-test](https://npmjs.org/doc/test.html). Plus, make sure to adhere to these [commit message conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#heading=h.uyo6cb12dt6w).

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Jan Raasch](http://janraasch.com)

[gulp]: http://gulpjs.com/

[coffeelint]: http://www.coffeelint.org
[coffeelint-api-doc]: http://www.coffeelint.org/#api
[moz-strictmode-doc]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions_and_function_scope/Strict_mode?redirectlocale=en-US&redirectslug=JavaScript%2FReference%2FFunctions_and_function_scope%2FStrict_mode
Expand Down

0 comments on commit 67d54a7

Please sign in to comment.