summaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
blob: f388ca27c95d3c484eb32be888f8467729436699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
### Description

##### The feature or problem addressed by this PR

<!-- an explaination of the issue that is being resolved with this PR -->
<!-- or, an explaination of the feature that is being added with this PR -->
<!-- or, link to an issue describing the problem -->


##### What your changes do and why you chose this solution

<!-- description of the technical changes that help resolve the issue -->


### Checklist

* [ ] Checked that no other issues or pull requests exist for the same issue/change
* [ ] Added tests covering the new functionality
* [ ] Updated documentation OR the change is too minor to be documented
* [ ] Updated CHANGELOG.md OR changes are insignificant