diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..2c8937171 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ + + +## 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 + - [ ] Check at https://matrix.org/author/ for already existing author naming conventions to avoid duplicate authors