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

Commit 93aa670

Browse files
authored
Update outdated links in PULL_REQUEST_TEMPLATE.md (#11225)
1 parent f5c6a80 commit 93aa670

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
### Pull Request Checklist
22

3-
<!-- Please read CONTRIBUTING.md before submitting your pull request -->
3+
<!-- Please read https://matrix-org.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request -->
44

55
* [ ] Pull request is based on the develop branch
6-
* [ ] Pull request includes a [changelog file](https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.md#changelog). The entry should:
6+
* [ ] Pull request includes a [changelog file](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should:
77
- Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
88
- Use markdown where necessary, mostly for `code blocks`.
99
- End with either a period (.) or an exclamation mark (!).
1010
- Start with a capital letter.
11-
* [ ] Pull request includes a [sign off](https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.md#sign-off)
12-
* [ ] Code style is correct (run the [linters](https://github.com/matrix-org/synapse/blob/master/CONTRIBUTING.md#code-style))
11+
* [ ] Pull request includes a [sign off](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#sign-off)
12+
* [ ] [Code style](https://matrix-org.github.io/synapse/latest/code_style.html) is correct
13+
(run the [linters](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))

changelog.d/11225.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace outdated links in the pull request checklist with links to the rendered documentation.

0 commit comments

Comments
 (0)