|
| 1 | +<!--- Provide a general summary of your changes in the Title above ---> |
| 2 | + |
| 3 | +### Description |
| 4 | + |
| 5 | +<!--- Describe your changes in detail ---> |
| 6 | + |
| 7 | +### Motivation and Context |
| 8 | + |
| 9 | +<!--- Why is this change required? What problem does it solve? ---> |
| 10 | +<!--- If it fixes an open issue, please link to the issue here. ---> |
| 11 | +<!--- GIF or snapshot should be provided if includes UI/interactive modification. ---> |
| 12 | +<!--- How to fix the problem, and list final API implementation and usage sample if that is an new feature. ---> |
| 13 | + |
| 14 | +### Types of changes |
| 15 | + |
| 16 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: ---> |
| 17 | + |
| 18 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 19 | +- [ ] New feature (non-breaking change which adds functionality) |
| 20 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 21 | +- [ ] Enhancement (changes that improvement of current feature or performance) |
| 22 | +- [ ] Refactoring (changes that neither fixes a bug nor adds a feature) |
| 23 | +- [ ] Test Case (changes that add missing tests or correct existing tests) |
| 24 | +- [ ] Code style optimization (changes that do not affect the meaning of the code) |
| 25 | +- [ ] Docs (changes that add or update documentation) |
| 26 | +- [ ] Chore (changes that do not modify src or test files) |
| 27 | + |
| 28 | +### Self Check before Merge |
| 29 | + |
| 30 | +<!--- Go over all the following points, and put an `x` in all the boxes that apply. ---> |
| 31 | +<!--- If you're ensure about any of these, don't hesitate to ask. We're here to help! ---> |
| 32 | +- [ ] My code follows the code style of this project |
| 33 | +- [ ] My change requires a change to the documentation |
| 34 | +- [ ] I have updated the documentation accordingly |
| 35 | +- [ ] I have read the [**CONTRIBUTING**](https://github.com/didi/LogicFlow/blob/next/CONTRUBUTING.en-US.md) document |
| 36 | +- [ ] I have added tests to cover my changes. |
| 37 | +- [ ] All new and existing tests passed. |
0 commit comments