You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
564 B
25 lines
564 B
## PR Type
|
|
<!--
|
|
Bugfix.
|
|
Feature.
|
|
Code style update (formatting, local variables).
|
|
Refactoring (no functional changes, no api changes).
|
|
Documentation content changes.
|
|
Other... Please describe:
|
|
-->
|
|
|
|
## Describe what this PR does for and how you did.
|
|
|
|
|
|
## Does this PR be associated with issue? If so, please adding the issue link below.
|
|
|
|
|
|
## Note
|
|
|
|
|
|
### Checklist
|
|
- [ ] Code compiles correctly
|
|
- [ ] Create at least one junit test if possible
|
|
- [ ] All tests passing
|
|
- [ ] Extend documentation if necessary
|
|
- [ ] Add myself / the copyright holder to the AUTHORS file |