-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,33 @@ | ||
Ticket(s): FE-### | ||
<!--- Provide a general summary of your changes in the title. --> | ||
|
||
## Problem | ||
### Description | ||
<!--- Describe your changes in detail. --> | ||
|
||
## Solution | ||
### Motivation and context | ||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, link to the issue. --> | ||
|
||
## Result | ||
### How was the change tested? | ||
<!--- Describe how you tested your changes. --> | ||
<!--- Include details of your testing environment, tests you ran to --> | ||
<!--- see how your change affects other areas of the code, etc. --> | ||
|
||
## Out of scope | ||
### Screenshots (if appropriate): | ||
|
||
## Testing | ||
### Change types | ||
<!--- What types of changes does your code introduce? Put an `x` in any boxes that apply: --> | ||
* - [ ] Bug fix (non-breaking change that fixes an issue) | ||
* - [ ] New feature (non-breaking change that adds functionality) | ||
* - [ ] Breaking change (backwards-incompatible fix or feature) | ||
|
||
### Checklist: | ||
<!--- Review the following points. Put an `x` in any boxes that apply. --> | ||
<!--- If you're unsure, don't hesitate to ask. We're here to help! --> | ||
* - [ ] My code follows the code style of this project. | ||
* - [ ] My change requires a change to Fauna documentation. | ||
* - [ ] My change requires a change to the README, and I have updated it accordingly. | ||
|
||
---- | ||
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. | ||
|
||
|