xref: /tonic/.github/PULL_REQUEST_TEMPLATE.md (revision 6ab906d0)
1<!--
2Thank you for your Pull Request. Please provide a description above and review
3the requirements below.
4
5Bug fixes and new features should include tests.
6
7Contributors guide: https://github.com/hyperium/tonic/blob/master/CONTRIBUTING.md
8-->
9
10## Motivation
11
12<!--
13Explain the context and why you're making that change. What is the problem
14you're trying to solve? If a new feature is being added, describe the intended
15use case that feature fulfills.
16-->
17
18## Solution
19
20<!--
21Summarize the solution and provide any necessary context needed to understand
22the code change.
23-->
24