Skip to content

Commit

Permalink
Merge pull request #2059 from greggb/patch-1
Browse files Browse the repository at this point in the history
Update contributing doc
  • Loading branch information
JedWatson authored Oct 18, 2017
2 parents 7523c20 + e4bbf0b commit 9b13a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ report (under the generated `coverage` directory) to check that your changes are
covered
* Please [follow our established coding conventions](https://github.com/keystonejs/keystone/wiki/Coding-Standards)
(with regards to formatting, etc)
* You can also run `npm run lint` and `npm run style` - our linter is a WIP
* You can also run `npm run lint` - our linter is a WIP
but please ensure there are not more violations than before your changes.
* All new features and changes need documentation. We have three translations,
please read our [Documentation Guidelines](https://github.com/keystonejs/keystone/wiki/Documentation-Translation-Guidelines).

* _Make sure you revert your build before submitting a PR_ to reduce the chance
of conflicts. `gulp build-scripts` is run after PRs are merged and before any
of conflicts. `npm run build` is run after PRs are merged and before any
releases are made.

0 comments on commit 9b13a32

Please sign in to comment.