Skip to content

Commit 62046fa

Browse files
authored
Add a basic PR checklist for all PRs (element-hq#389)
* 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. * Update .github/PULL_REQUEST_TEMPLATE.md
1 parent 275936c commit 62046fa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!-- Thanks for submitting a PR! Please ensure the following requirements are met in order for us to review your PR -->
2+
3+
## Checklist
4+
5+
* [ ] Ensure your code works with manual testing
6+
* [ ] Linter and other CI checks pass
7+
* [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/vector-im/element-desktop/blob/develop/CONTRIBUTING.md))
8+
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+
-->

0 commit comments

Comments
 (0)