Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 934 Bytes

CONTRIBUTE.md

File metadata and controls

22 lines (15 loc) · 934 Bytes

Contribute

We do our best to accept all PRs that help advance the project.
Thanks for your contributions!

Contribution License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.

Process

  1. Fork the Raneto repository
  2. Make your edits
  3. Open a Pull Request against the main branch (Here's How)
  4. Ensure all tests pass in the PR (and hopefully you added a few tests too?)
  5. Wait for review and discussion. It's ok to bump your request after a few days to remind us if you haven't gotten a response.
  6. Your code will be merged if accepted!

Reasons for PR Rejection

  1. Tests are failing according to CI Pipeline on supported Node.js versions