Skip to content

Commit 7c6b387

Browse files
authored
Simplify PR template
- Fix broken ../docs link by using absolute url - Remove html comments, they are confusing in raw view - Be more specific about "code up-to-date with master": rebased
1 parent 50342f2 commit 7c6b387

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<!-- PR checklist -->
2-
3-
- [ ] Resolves issue #xyz.
4-
- [ ] Code is up-to-date with `master`.
1+
- [ ] Resolves issue #abcd.
2+
- [ ] Code is [rebased][sync] on `origin/master`.
53
- [ ] Add tests that fail without your changes.
6-
- [ ] Update all relevant [documentation](../docs).
4+
- [ ] Update all relevant [documentation][docs].
75

8-
<!-- Provide more details about the PR below -->
6+
[sync]: https://github.com/PowerShell/PowerShell/blob/master/docs/git/powershell-repository-101.md#sync-your-local-repo
7+
[docs]: https://github.com/PowerShell/PowerShell/tree/master/docs

0 commit comments

Comments
 (0)