Skip to content

Commit 5fbd4dd

Browse files
authored
Update pull_request_template.md (#2834)
1 parent 84037ba commit 5fbd4dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
<!-- Please describe what you added, and add a screenshot or video if possible.
1313
That makes it easier to understand the change. -->
1414

15+
<!-- Please don't remove this checklist from your PR, as it is useful for reviewers, too. -->
1516
**:heavy_check_mark: Checklist**
1617

1718
- Check for common mistakes:
1819
- [ ] Wrap plain URLs in `<>` to linkify them ([learn more](https://github.com/matrix-org/matrix.org/blob/main/CONTENT.md#publishing-to-the-blog)).
1920
- [ ] Use the right level of headings: The page title will use a level 1 headings, so your headings should use level 2 and below.
20-
- [ ] Use internal links: when linking to another page on <https://matrix.org>, use absolute `[label](/target)` or relative `[label](subpage)` links.
21+
- [ ] Use internal links: when linking to another page on <https://matrix.org>, use the Zola `[label](@/target.md)` [syntax](https://www.getzola.org/documentation/content/linking/#internal-links).
2122
- For blog posts:
2223
- [ ] Verify the date and post ordering on the `/blog` page, especially for multiple posts on the same day. Prefer UTC format, e.g. `2025-12-01T14:00:00Z` for Dec 1st, 2025, 2pm UTC.
2324
- [ ] Set the correct author and category. Browse existing ones at <https://matrix.org/author/> and <https://matrix.org/category/> to match them.

0 commit comments

Comments
 (0)