|
1 |
| -<!-- Reminder: Keep READMEs up to date --> |
| 1 | +<!--- Provide a general summary of your changes in the title. --> |
2 | 2 |
|
3 |
| -Ticket(s): BT-###, FE-###,... |
| 3 | +### Description |
| 4 | +<!--- Describe your changes in detail. --> |
4 | 5 |
|
5 |
| -## Problem |
| 6 | +### Motivation and context |
| 7 | +<!--- Why is this change required? What problem does it solve? --> |
| 8 | +<!--- If it fixes an open issue, link to the issue. --> |
6 | 9 |
|
7 |
| -Explain the context and why you're making that change. What is the problem you're trying to solve? In some cases there is not a problem and this can be thought of being the motivation for your change. |
| 10 | +### How was the change tested? |
| 11 | +<!--- Describe how you tested your changes. --> |
| 12 | +<!--- Include details of your testing environment, tests you ran to --> |
| 13 | +<!--- see how your change affects other areas of the code, etc. --> |
8 | 14 |
|
9 |
| -## Solution |
| 15 | +### Screenshots (if appropriate): |
10 | 16 |
|
11 |
| -Describe the modifications you've done. |
12 |
| - |
13 |
| -## Result |
14 |
| - |
15 |
| -What will change as a result of your pull request? Note that sometimes this section is unnecessary because it is self-explanatory based on the solution. |
16 |
| - |
17 |
| -## Testing |
18 |
| - |
19 |
| -Describe the manual and automated tests you completed to verify the change is working as expected. |
| 17 | +### Change types |
| 18 | +<!--- What types of changes does your code introduce? Put an `x` in any boxes that apply: --> |
| 19 | +* - [ ] Bug fix (non-breaking change that fixes an issue) |
| 20 | +* - [ ] New feature (non-breaking change that adds functionality) |
| 21 | +* - [ ] Breaking change (backwards-incompatible fix or feature) |
20 | 22 |
|
| 23 | +### Checklist: |
| 24 | +<!--- Review the following points. Put an `x` in any boxes that apply. --> |
| 25 | +<!--- If you're unsure, don't hesitate to ask. We're here to help! --> |
| 26 | +* - [ ] My code follows the code style of this project. |
| 27 | +* - [ ] My change requires a change to Fauna documentation. |
| 28 | +* - [ ] My change requires a change to the README, and I have updated it accordingly. |
21 | 29 |
|
22 | 30 | ----
|
23 | 31 | By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
|
24 | 32 |
|
| 33 | + |
0 commit comments