Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 1.1 KB

How to Contribute to newww

Participation in this open source project is subject to the npm Code of Conduct.

Please also ensure your contribution conforms to the Contributing Guidelines.

To submit a new issue

First search for similar issues.

If the issue doesn't already exist, create a new one.

To submit a pull request

If you're keen on tackling something, go for it! To contribute:

  • Fork the repo
  • Create a branch
  • Work on that thing - write code, write tests, make sure everything works beautifully
  • Use git rebase to keep your code in sync with the master branch
  • Push up your branch
  • Put in a pull request

Not sure what to work on? Take a look at the issues under the Patch Welcome label!

Tests

Please make sure your tests pass. Pull requests without passing tests (or relevant tests that have been added) will not be merged.