Skip to content

Pull request check list

Mikhail Deriabin edited this page Feb 24, 2025 · 4 revisions

Before making a pull request please make sure that the following is true:

  1. Code works and works as it is written in the issue.
  2. Unit tests for service level classes are written.
  3. Nice to add also integration tests for controller level classes.
  4. Code has JSDocs for every method, const and enum.

Make sure that you are also making pull request to the dev branch not main.

Make sure that you also do the pull request with the instructions.

Clone this wiki locally