Permalink
Browse files

Update the wording of step 3

  • Loading branch information...
1 parent 8840493 commit a64d6dba4714c8d3fbed7a67ce1c91b91a5a1569 @Arcanemagus Arcanemagus committed Sep 21, 2016
Showing with 2 additions and 1 deletion.
  1. +2 −1 CONTRIBUTING.md
View
@@ -6,7 +6,8 @@ If you would like to contribute enhancements or fixes, please do the following:
1. Fork the plugin repository
2. Run `npm install` to setup all dependencies
-3. Hack on a separate topic branch created from the latest `master`. The src files are under `src`
+3. Hack on a separate topic branch created from the latest `master`. Changes to
+ the package code should be made to the files in the `src` directory.
4. Check for lint errors with `npm run lint` or Atom and `linter-eslint`.
5. Run `npm run compile` to generate compiled files under `lib`.
6. Commit the changes under `src` and `lib` and push the topic branch

0 comments on commit a64d6db

Please sign in to comment.