diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 0769b37..6b97e56 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,7 +4,7 @@ ## Issues Found a bug? Got a question? Want some enhancement?
-First place to go is the repository issues section and I'll try to help as much as possible. +First place to go is the repository issues section, and I'll try to help as much as possible. ## Pull Requests @@ -12,7 +12,7 @@ Fixed a bug or just want to provided additional functionality?
Simply fork this repository, implement your changes and create a pull request.
Few guidelines regarding pull requests: -* This repository is integrated with travis.ci for continues integration.
+* This repository is integrated with travis.ci for continuous integration.
Your pull request build must pass (the build will run automatically).
You can run the following command locally to ensure the build will pass: @@ -27,4 +27,4 @@ npm run build npm run lint ```` -* There are many automatic unit tests as part of the library which provide full coverage of the functionality.
Any fix/enhancement must come with a set of tests to ensure its working well. +* There are many automatic unit tests as part of the library which provide full coverage of the functionality.
Any fix/enhancement must come with a set of tests to ensure it's working well.