Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## What this PR introduces?

<!-- Please, includes adescription of this pull request -->

## PR Checklist

Please check if your PR fulfills the following requirements:

- [ ] I followed GitFlow pattern to create the branch
- [ ] My code produces no warnings or errors in the console
- [ ] Tests for the changes have been added / updated
- [ ] Swagger Docs for all the possible requests and responses have been added / updated
- [ ] Mocks fot the database have been added / updated
- [ ] Lib of the service have been updated
- [ ] Lib package.json version have been increased and follow semantiic versioning

## PR Type

What kind of change does this PR introduce?

```
[ ] Hotfix
[ ] Bugfix
[ ] Feature
[ ] Documentation update
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] CI/CD related changes
```

## Does this PR introduce a breaking change?

```
[ ] Yes
[ ] No
```

<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->

## Other information (Prints, details, etc)