Skip to content

Commit

Permalink
Added links
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Jan 10, 2016
1 parent d7ce529 commit 4918b34
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions js-contribution-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Many IPFS projects use JavaScript. Please check these guidelines before contribu
## Contributing

- Follow conventions in that repo.
- Lint your code. Check whether `standard` or `eslint` is being used.
- Lint your code. Check whether [standard](//github.com/feross/standard) or [eslint](https://github.com/eslint/eslint) is being used.
- Run any relevant precommit scripts or tests that are in the package.json.

## Suggestions For Maintainers

- Build system: Use `npm run` for small projects; for larger ones, use `gulp`.
- Testing node: `mocha`
- Testing browser: `karma` + `mocha`
- Browser building: `webpack` or `browserify`
- Linting: Use [standard](//github.com/feross/standard). If you have to configure styles at the repo level because you or we are using Babel and ES6, use `eslint`, `eslint-config-standard`, and `babel-eslint` as needed. (If you're not sure, use standard).
- Build system: Use `npm run` for small projects; for larger ones, use [gulp](http://gulpjs.com/).
- Testing node: [mocha](https://mochajs.org/)
- Testing browser: [karma](https://karma-runner.github.io/0.13/index.html) and [mocha](https://mochajs.org/)
- Browser building: [webpack](https://webpack.github.io/) or [browserify](http://browserify.org/).
- Linting: Use [standard](//github.com/feross/standard). If you have to configure styles at the repo level because you or we are using Babel and ES6, use [eslint](https://github.com/eslint/eslint), [eslint-config-standard](https://github.com/feross/eslint-config-standard), and [babel-eslint](https://github.com/babel/babel-eslint) as needed. (If you're not sure, use standard).
- Use [greenkeeper](http://greenkeeper.io/) to keep your deps up to date.

0 comments on commit 4918b34

Please sign in to comment.