We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7288d1d commit 554171dCopy full SHA for 554171d
1 file changed
.github/pull_request_template.md
@@ -7,12 +7,12 @@
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.
+- [ ] I have read the [CONTRIBUTING.md](/CONTRIBUTING.md) 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_.
+- [ ] I have updated the appropriate sub section in the [CHANGELOG.md](/CHANGELOG.md).
17
- [ ] I have added, updated or removed tests to according to my changes.
18
- [ ] All tests passed.
0 commit comments