Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

22 lines (14 loc) · 1.17 KB

Welcome 👋🏽

Thank you for considering helping with this project. ❤️

If you've noticed a bug or have a feature request, create an issue in the repo! It's generally best if you get confirmation of your bug or approval for your feature request before starting to code.

If this is your first time contributing to open source, we recommend watching this friendly guide to give you a grounding in some of the basic concepts.

If anything in this guide or in this codebase doesn't make sense to you, please let us know by creating an issue in the repo.

Running the development server

Please refer to the README for instructions on how to set this up.

Contributing

  1. Fork the repo.
  2. Create your update in a new branch - git checkout -b new-feature
  3. When you're ready to submit your contribution, create a Pull Request
  4. Make sure you have rebased against Ably UI's main branch.
  5. Fill in the PR description template with as much detail as possible
  6. Someone from Ably will be assigned to review and accept or decline the work.