Skip to content

Contributing

MJ edited this page Aug 14, 2023 · 6 revisions

This project welcomes contributions and suggestions.

By contributing you declaring that you grant us the rights to use your contribution.

Making a Pull Request

  1. Pull the latest changes from the repo
  2. Check if another module with the same functionality already existed, if not jump to the next step
  3. Create a new branch
  4. Make sure your building block is living under the correct path and has a meaningful name (//)
  5. Create a pull request
  6. Make sure your code passes all the tests (Remember to format your code before commiting)
  7. Wait for one of the code owners to accept your PR
  8. Merge your PR