Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 1.31 KB

How to Contribute to npm docs

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

Issue Labels

  • your-first-pr: reserved for people with little to no GitHub contributions- we're here to help you start your OS journey!
  • patches welcome: these issues are specifically well suited for outside contributors

Tests

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