LearnersGuild/echo

View on GitHub
.github/CONTRIBUTING.md

Summary

Maintainability
Test Coverage
# Contributing

Here's how we'd like you to contribute.

Clone the repo, then make a branch:

    $ git clone git@github.com:LearnersGuild/echo.git
    $ git co -b <your branch name>

Make sure the tests pass:

    $ npm test

Make your change. Add tests for your change. Make the tests pass:

    $ npm test

Push to your fork and [submit a pull request][pr].

Someone else will review your code and merge the PR.

## Important Notes

Please follow our [best practices][best-practices] when working.


[pr]: https://github.com/LearnersGuild/echo/compare/
[best-practices]: https://software.learnersguild.org/best-practices/index.html