File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ ## What this PR introduces?
2+
3+ <!-- Please, includes adescription of this pull request -->
4+
5+ ## PR Checklist
6+
7+ Please check if your PR fulfills the following requirements:
8+
9+ - [ ] I followed GitFlow pattern to create the branch
10+ - [ ] My code produces no warnings or errors in the console
11+ - [ ] Tests for the changes have been added / updated
12+ - [ ] Swagger Docs for all the possible requests and responses have been added / updated
13+ - [ ] Mocks fot the database have been added / updated
14+ - [ ] Lib of the service have been updated
15+ - [ ] Lib package.json version have been increased and follow semantiic versioning
16+
17+ ## PR Type
18+
19+ What kind of change does this PR introduce?
20+
21+ ```
22+ [ ] Hotfix
23+ [ ] Bugfix
24+ [ ] Feature
25+ [ ] Documentation update
26+ [ ] Code style update (formatting, local variables)
27+ [ ] Refactoring (no functional changes, no api changes)
28+ [ ] CI/CD related changes
29+ ```
30+
31+ ## Does this PR introduce a breaking change?
32+
33+ ```
34+ [ ] Yes
35+ [ ] No
36+ ```
37+
38+ <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->
39+
40+ ## Other information (Prints, details, etc)
You can’t perform that action at this time.
0 commit comments