Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 814 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 814 Bytes
Rayo

Contributing to rayo.js

This project adheres to the Contributor Covenant code of conduct. By contributing to rayo.js, you are expected to uphold this code.

Contribute

Here's a quick guide on how to do it:

  1. 🍴 fork it,
  2. 🌴 branch it (create your feature/fix branch: git checkout -b my-branch),
  3. 👷‍♂️ do your thing (...),
  4. 💾 commit it (git commit -am 'Awesome feature!'),
  5. 🚀 submit a PR.

Thank you!