summaryrefslogtreecommitdiffstatshomepage
path: root/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
blob: dc6d5e4e4515612b691ea72c7270f24a8725dce7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
name: Pull Request
about: Submit a pull request
title: ''
---

<!--
Make sure you read CONTRIBUTING.md first.
Never, merge master on your feature branch, always rebase and force-push.
-->

# Description

<!--
E.g:
- Fixes ###
- Enables/enhances ...
- Tests ...
- Improves ... related docs
-->


# Notes for reviewers

<!--
Add anything that might be relevant for reviewers to know about your code
changes
-->