Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ is used directly for issues and pull requests and the developers actively
respond to requests.

## Pull Requests
We actively welcome your pull requests.
We actively welcome your pull requests. Before submitting a pull request,
please make sure the following is done:

1. Fork the repo and create your branch from `master`.
2. If you've added code that should be tested, add tests
2. If you've added code that should be tested, add tests!
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.
5. Make sure your code lints.
5. Make sure your code [lints](https://en.wikipedia.org/wiki/Lint_(software)).
6. If you haven't already, complete the Contributor License Agreement ("CLA").

## Contributor License Agreement ("CLA")
Expand All @@ -41,4 +43,4 @@ outlined on that page and do not file a public issue.

## License
By contributing to Network Connection Class, you agree that your contributions will be licensed
under its BSD license.
under its BSD license.