|
| 1 | + |
| 2 | +<!--- Provide a general summary of your changes in the Title above --> |
| 3 | + |
| 4 | +#### Description |
| 5 | +<!--- Describe your changes in detail --> |
| 6 | + |
| 7 | +#### Related Issue |
| 8 | +<!--- This project only accepts pull requests related to open issues --> |
| 9 | +<!--- If suggesting a new feature or change, please discuss it in an issue first --> |
| 10 | +<!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> |
| 11 | +<!--- Please link to the issue here: --> |
| 12 | + |
| 13 | +#### Motivation and Context |
| 14 | +<!--- Why is this change required? What problem does it solve? --> |
| 15 | + |
| 16 | +#### Requires Documentation Change |
| 17 | +<!--- Please indicate if these changes will require updates to documentation, and if so, specify what changes are required --> |
| 18 | + |
| 19 | +#### How Has This Been Tested? |
| 20 | +<!--- Please describe in detail how you tested your changes. --> |
| 21 | +<!--- Include details of your testing environment, and the tests you ran to --> |
| 22 | +<!--- see how your change affects other areas of the code, etc. --> |
| 23 | + |
| 24 | +#### Types of changes |
| 25 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 26 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 27 | +- [ ] Refactor (non-breaking change which improves implementation) |
| 28 | +- [ ] Performance (non-breaking change which improves performance. Please add associated performance test and results) |
| 29 | +- [ ] New feature (non-breaking change which adds functionality) |
| 30 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 31 | +- [ ] Non-functional change (xml comments/documentation/etc) |
| 32 | + |
| 33 | +#### Checklist: |
| 34 | +<!--- The following is a checklist of items that MUST be completed before a PR is accepted --> |
| 35 | +<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> |
| 36 | +- [ ] My code follows the code style of this project. |
| 37 | +- [ ] I have read the **CONTRIBUTING** [document](https://github.com/QuantConnect/Lean/blob/master/CONTRIBUTING.md). |
| 38 | +- [ ] I have added tests to cover my changes. <!--- If not applicable, please explain why --> |
| 39 | +- [ ] All new and existing tests passed. |
| 40 | +- [ ] My branch follows the naming convention `bug-<issue#>-<description>` or `feature-<issue#>-<description>` |
| 41 | + |
| 42 | +<!--- Template inspired by https://www.talater.com/open-source-templates/#/page/99 --> |
0 commit comments