Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 493 Bytes

Contributing.md

File metadata and controls

9 lines (8 loc) · 493 Bytes

Thank you for deciding to contribute to pino-socket. Before submitting your pull request, please consider the following guidelines:

  1. Make your changes either on your own feature branch, or the develop branch.
  2. Update existing, or add new, test(s) to cover your changes (where warranted).
  3. Make sure your additions follow the standardjs.com style. The project should be verifying this for you prior to commit.
  4. When submitting your PR be sure to target the develop branch.