/ .github / PULL_REQUEST_TEMPLATE.md
PULL_REQUEST_TEMPLATE.md
 1  <!--
 2      Thank you for submitting the PR! We appreciate you spending the time to work on these changes.
 3  
 4      Help us understand your motivation by explaining why you decided to make this change.
 5  
 6      Happy contributing!
 7  -->
 8  
 9  ## Motivation
10  
11  (Write your motivation here)
12  
13  ## Test Plan
14  
15  <!--
16      If you changed any code,
17      please provide us with clear instructions on how you verified your changes work.
18      Bonus points for screenshots and videos!
19  -->
20  
21  (Write your test plan here)
22  
23  ## Related PRs
24  
25  <!--
26      If this PR adds or changes functionality,
27      please take some time to update the docs at https://github.com/ProvableHQ/leo,
28      and link to your PR here.
29  -->
30  
31  (Link your related PRs here)