summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
blob: 6fa31f8b2c9582c46558b96ad114a6b63145276c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Thanks so much for the contribution!
To make reviewing this PR a bit easier, please fill out answers to the following questions.

### What was the end-user or developer problem that led to this PR?

<!-- Write a clear and complete description of the problem -->

### What was your diagnosis of the problem?

<!-- Explain the investigation you made to determine the cause of the issue and your conclusions -->

### What is your fix for the problem, implemented in this PR?

<!-- Explain the fix being implemented -->

### Why did you choose this fix out of the possible options?

<!-- If you considered other alternatives, explain why you end up choosing the current implementation -->