Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1014 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 1014 Bytes

Contributing

All contributions are welcome!

Check the documentation to have a better understanding of the code.

If you'd like to submit a change, please follow these steps:

  1. check the issues
    • if there's something for you, in the discussion ask me to put you as assignee
    • if there's no issue for you, feel free to create your own -- in this case, please create it with yourself as assignee directly :)
  2. create a Pull-Request and make sure to:
    • put yourself in the CONTRIBUTORS section in the README
    • close the related issue via commands in commit message
    • add docs and tests when due

Creating a PR

  1. 🔖 Fork this repo
  2. ⤵️ Clone your fork
  3. 📝 Make your awesome contribution change
  4. 🔙 Come back to this repo
  5. ✨ Create the PR!