Skip to content

Commit 91c77cc

Browse files
authored
Simplify PR template
1 parent 75c0c3c commit 91c77cc

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<!--
2-
Before submitting this pull request, please first:
1+
<!-- PR checklist -->
32

4-
- [ ] State that it "Resolves #xyz".
5-
- [ ] Ensure your code is up-to-date with `master`.
3+
- [ ] Resolves #xyz.
4+
- [ ] Code is up-to-date with `master`.
65
- [ ] Add tests that fail without your changes.
76
- [ ] Update all relevant [documentation](../docs).
8-
- [ ] Assign the PR to the appropriate subsystem [maintainer](https://aka.ms/psowners).
9-
- [ ] Check that your commits follow our [contributing guidelines](CONTRIBUTING.md)
10-
-->
7+
8+
<!-- Provide more details about the PR below -->

0 commit comments

Comments
 (0)