Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 610 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (12 loc) · 610 Bytes

CONTRIBUTING

Thank you for considering contributing to this repository!

Submitting a pull request

  1. Fork and clone the repository
  2. Create a new branch: git checkout -b my-branch-name
  3. Make your changes (if you want to work on an issue, make sure you have been assigned that issue by a BearStudio's team member).
  4. Run the tests and commit.
  5. Push to your fork and submit a pull request.
  6. You can now work on another issue to way for you PR to be merged.

💡 Please make sure your PR is readable for the most. Write a good commit message. Also, make sure that the linting is correct.