aboutsummaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
blob: 7c48653133f47ba9ec7f0761732275d36f3adc22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
name: Generic pull request
about: Create a pull request to propose some changes.
title: ''
labels: ''
assignees: ''
---

### What changed


### Why the changes


### Before-merge checklist

- [ ] Changes are tested.
- [ ] Documentation is up to date with the changes.
- [ ] Commit history is clean and descriptive.