client/.github/pull-request-template.md

35 lines
782 B
Markdown

## Description
<!-- Please add a short summary about what the pull request is going to bring on the table -->
## Changes
<!-- Please add list of more detailed changes. These changes should be reflected also in the commit messages -->
*
*
*
## Reference
<!-- Please add the corresponding issue number which this pull request is about to fix -->
Fixes #
**Release Note**
<!-- Enter your extended release note in the below block. If the PR requires
additional action from users switching to the new release, include the string
"action required". If no release note is required, write "NONE". -->
```release-note
```
<!--
To automatically lint go code in this pull request uncomment the line below. You get feedback as comments on your pull request then -->
<!--
/lint
-->