-
Notifications
You must be signed in to change notification settings - Fork 2
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:
- Code works and works as it is written in the issue.
- Unit tests for service level classes are written.
- Nice to add also integration tests for controller level classes.
- 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.