Selaa lähdekoodia

Create PULL_REQUEST_TEMPLATE

Janic Duplessis 5 vuotta sitten
vanhempi
commit
b4237ddb35
No account linked to committer's email address
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10
    0
      .github/PULL_REQUEST_TEMPLATE

+ 10
- 0
.github/PULL_REQUEST_TEMPLATE Näytä tiedosto

@@ -0,0 +1,10 @@
1
+<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The three fields below are mandatory. -->
2
+
3
+## Summary
4
+
5
+<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? -->
6
+
7
+
8
+## Test Plan
9
+
10
+<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. -->