|
6 | 6 |
|
7 | 7 | You can use the CI build or a local environment to check your changes are working as expected. |
8 | 8 | |
9 | | - If you have questions at any time, please contact the Website Working Group at |
| 9 | + If you have questions at any time, please contact the Website & Content Working Group at |
10 | 10 | https://matrix.to/#/#matrix.org-website:matrix.org --> |
11 | 11 |
|
12 | | -<!-- Please describe what you added, and add a screenshot or video if possible. |
| 12 | +### Description |
| 13 | +<!-- Please describe what you added here, and add a screenshot or video if possible. |
13 | 14 | That makes it easier to understand the change. --> |
14 | 15 |
|
15 | | -<!-- Please don't remove this checklist from your PR, as it is useful for reviewers, too. --> |
16 | | -**:heavy_check_mark: Checklist** |
| 16 | +### :heavy_check_mark: Checklist |
| 17 | +<!-- Please tick as appropriate, but don't remove this checklist from your PR, as it is useful for reviewers, too. --> |
17 | 18 |
|
| 19 | +- [x] Keep this checklist |
18 | 20 | - Check for common mistakes: |
19 | 21 | - [ ] Wrap plain URLs in `<>` to linkify them ([learn more](https://github.com/matrix-org/matrix.org/blob/main/CONTENT.md#publishing-to-the-blog)). |
20 | 22 | - [ ] Use the right level of headings: The page title will use a level 1 headings, so your headings should use level 2 and below. |
21 | 23 | - [ ] 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). |
22 | 24 | - For blog posts: |
23 | 25 | - [ ] 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. |
24 | 26 | - [ ] Set the correct author and category. Browse existing ones at <https://matrix.org/author/> and <https://matrix.org/category/> to match them. |
25 | | -- [ ] 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). |
26 | | -- [ ] Let us know if your PR is time-sensitive in any way. |
| 27 | +- [ ] If you hold a specific role in relation to the content you are contributing, such as project maintainer or on behalf of a team or organisation, please let us know. See [example](https://github.com/matrix-org/matrix.org/pull/2969). |
| 28 | +- [ ] If your PR is time-sensitive in any way, please mention the attached timeline and context in the PR description. |
27 | 29 | - [ ] 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. |
28 | 30 | - [ ] Your individual commits or pull request is [signed off](https://github.com/matrix-org/matrix.org/blob/main/CONTRIBUTING.md). |
| 31 | + |
| 32 | +<!-- ------------------------------ DO NOT WRITE BELOW THIS LINE ------------------------------ --> |
0 commit comments