Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 3abf8a1

Browse files
authored
Add a basic PR checklist for all PRs (#9046)
* Add a basic PR checklist for all PRs It'll be mildly annoying for core developers who have to constantly remove or edit this, but it'll also serve as a good reminder to do these things. Note that signoff is not required for core developers. * *ahem*
1 parent 17699df commit 3abf8a1

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
<!-- Please read https://github.com/matrix-org/matrix-js-sdk/blob/develop/CONTRIBUTING.md before submitting your pull request -->
1+
<!-- Thanks for submitting a PR! Please ensure the following requirements are met in order for us to review your PR -->
22

3-
<!-- Include a Sign-Off as described in https://github.com/matrix-org/matrix-js-sdk/blob/develop/CONTRIBUTING.md#sign-off -->
3+
## Checklist
44

5-
<!-- To specify text for the changelog entry (otherwise the PR title will be used):
6-
Notes:
5+
* [ ] Tests written for new code (and old code if feasible)
6+
* [ ] Linter and other CI checks pass
7+
* [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/matrix-org/matrix-react-sdk/blob/develop/CONTRIBUTING.md))
78

8-
Changes in this project generate changelog entries in element-web by default.
9-
To suppress this:
9+
<!--
10+
If you would like to specify text for the changelog entry other than your PR title, add the following:
11+
12+
Notes: Add super cool feature
13+
14+
Changes in this project also generate changelogs in Element Web. To disable this, use the following:
1015
1116
element-web notes: none
1217
13-
...or to specify different notes:
14-
element-web notes: <notes>
18+
or specify alternative text:
19+
20+
element-web notes: Add super cool feature
1521
-->

0 commit comments

Comments
 (0)