Skip to content

Commit 1fe1b41

Browse files
authored
Create pull_request_template.md
1 parent ebf9986 commit 1fe1b41

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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.

0 commit comments

Comments
 (0)