|
| 1 | +<!-- Thank you for creating a Pull Request to the matrix.org website! |
| 2 | + Please read our documentation for contributors to make the review process a smooth as possible: |
| 3 | + - https://github.com/matrix-org/matrix.org/blob/main/README.md |
| 4 | + - https://github.com/matrix-org/matrix.org/blob/main/CONTRIBUTING.md |
| 5 | + - https://github.com/matrix-org/matrix.org/blob/main/CONTENT.md |
| 6 | +
|
| 7 | + You can use the CI build or a local environment to check your changes are working as expected. |
| 8 | + |
| 9 | + If you have questions at any time, please contact the Website Working Group at |
| 10 | + https://matrix.to/#/#matrix.org-website:matrix.org --> |
| 11 | + |
| 12 | +<!-- Please describe what you added, and add a screenshot or video if possible. |
| 13 | + That makes it easier to understand the change. --> |
| 14 | + |
| 15 | +**:heavy_check_mark: Checklist** |
| 16 | + |
| 17 | +- Check for common mistakes: |
| 18 | + - [ ] Wrap plain URLs in `<>` to linkify them ([learn more](https://github.com/matrix-org/matrix.org/blob/main/CONTENT.md#publishing-to-the-blog)). |
| 19 | + - [ ] 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 | +- For blog posts: |
| 22 | + - [ ] 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. |
| 23 | + - [ ] Set the correct author and category. Browse existing ones at <https://matrix.org/author/> and <https://matrix.org/category/> to match them. |
| 24 | +- [ ] Let us know if you are contributing in a specific role, such as on behalf of an organisation or team, [for example](https://github.com/matrix-org/matrix.org/pull/2788). |
| 25 | +- [ ] Let us know if your PR is time-sensitive in any way. |
| 26 | +- [ ] Mention any issues related to the PR. Use [GitHub keywords](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword) as appropriate. |
| 27 | +- [ ] Your individual commits or pull request is [signed off](https://github.com/matrix-org/matrix.org/blob/main/CONTRIBUTING.md). |
0 commit comments