File tree Expand file tree Collapse file tree
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Pull request description
2+ <!-- -
3+ Describe the changes here and motiviations behind them, if it is not obvious
4+ from the related issues. Does it have new features, breaking changes, etc.
5+ -->
6+
7+ ### PR meta checklist
8+ - [ ] Pull request is targeting at ` DEV ` branch.
9+ - [ ] Pull request is linked to all related issues, if any.
10+ - [ ] I have read the _ CONTRIBUTING_ document.
11+
12+ ### Content checklist
13+ - [ ] My code follows the code style of this project and AspNetCore coding guidelines.
14+ - [ ] My change requires a change to the documentation.
15+ - [ ] I have updated the documentation accordingly.
16+ - [ ] I have updated the appropriate sub section in the _ CHANGELOG.md_ .
17+ - [ ] I have added, updated or removed tests to according to my changes.
18+ - [ ] All tests passed.
You can’t perform that action at this time.
0 commit comments