From f454219bbd4da13a734c8effa6966667abcf759f Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 18 Jul 2023 17:46:54 +0200 Subject: [PATCH 1/2] Add a New Post Checklist to PRs --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..785f80468 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,10 @@ + + +## New Post Checklist + +- [ ] Links are linkified + - [ ] Bare links are surrounded by `<>` (required since Zola follows commonmark strictly) + - [ ] Links with names are of the pattern `[Name](URL)` +- [ ] The frontmatter is valid + - [ ] `date` frontmatter contains a time with timezone (This ensures that posts are properly ordered in Feed Readers) + - [ ] A `category` and an `author` taxonomy are set From b9bf2db91e3408c67832ff07116ea8caaca3c133 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 18 Jul 2023 17:55:10 +0200 Subject: [PATCH 2/2] Add a mention about existing author naming conventions and ensure the indentations work --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 785f80468..2c8937171 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,9 +2,10 @@ ## New Post Checklist -- [ ] Links are linkified - - [ ] Bare links are surrounded by `<>` (required since Zola follows commonmark strictly) - - [ ] Links with names are of the pattern `[Name](URL)` -- [ ] The frontmatter is valid - - [ ] `date` frontmatter contains a time with timezone (This ensures that posts are properly ordered in Feed Readers) - - [ ] A `category` and an `author` taxonomy are set +- [ ] Links are linkified + - [ ] Bare links are surrounded by `<>` (required since Zola follows commonmark strictly) + - [ ] Links with names are of the pattern `[Name](URL)` +- [ ] The frontmatter is valid + - [ ] `date` frontmatter contains a time with timezone (This ensures that posts are properly ordered in Feed Readers) + - [ ] A `category` and an `author` taxonomy are set + - [ ] Check at https://matrix.org/author/ for already existing author naming conventions to avoid duplicate authors