Skip to content

Commit b96b04e

Browse files
authored
DevKit updates (#6124)
1 parent 648179c commit b96b04e

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ I am targeting this branch, because {reason}.
1717
Remove it if this is not related.
1818
-->
1919

20-
Closes #{put_issue_number_here}
20+
Closes #{put_issue_number_here}.
2121

2222
## Changelog
2323

@@ -28,16 +28,16 @@ Closes #{put_issue_number_here}
2828
please keep it short and clear and to the point
2929
-->
3030

31-
<!--
31+
<!--
3232
If you are updating something that doesn't require
33-
a release, you can delete the whole Changelog section.
33+
a release, you can delete the whole "Changelog" section.
3434
(eg. update to docs, tests)
3535
-->
3636

3737
<!-- REMOVE EMPTY SECTIONS -->
3838
```markdown
3939
### Added
40-
- Added some `Class::newMethod` to do great stuff
40+
- Added some `Class::newMethod()` to do great stuff.
4141

4242
### Changed
4343

@@ -51,13 +51,14 @@ Closes #{put_issue_number_here}
5151
```
5252

5353
<!--
54-
If this is a work in progress, uncomment this section.
54+
If this is a work in progress, uncomment the "To do" section.
5555
You can add as many tasks as you want.
5656
If some are not relevant, just remove them.
57-
58-
## To do
59-
60-
- [ ] Update the tests
61-
- [ ] Update the documentation
62-
- [ ] Add an upgrade note
57+
-->
58+
<!--
59+
## To do
60+
61+
- [ ] Update the tests;
62+
- [ ] Update the documentation;
63+
- [ ] Add an upgrade note.
6364
-->

0 commit comments

Comments
 (0)