# Pull Request Template

Thank you for your interest in improving our project.

Please make sure your commit message(s) in the pull request, as well as the actual Pull Request description, meet the [conventional commit format](https://github.com/conventional-changelog/commitlint#what-is-commitlint).

## Bug Fix Template Example

```text
fix(core): send cors headers

* adjust method parameters to properly accept cors headers
* add unit tests for the fixed functionality
* adjust existing tests to the changes

fix #bug-issue-number
```

## Feature Template Example

```text
feat(core): send cors headers

* adjust method parameters to accept cors headers
* add unit tests for the new functionality
* adjust existing tests to the changes

close #feature-issue-number
```
