From b28fead54480acc96282b8207d8aed0abdb25095 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:10:46 +0000 Subject: [PATCH] feat: add post template --- .github/POST_TEMPLATE.md | 53 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .github/POST_TEMPLATE.md diff --git a/.github/POST_TEMPLATE.md b/.github/POST_TEMPLATE.md new file mode 100644 index 000000000..40899fe5b --- /dev/null +++ b/.github/POST_TEMPLATE.md @@ -0,0 +1,53 @@ +### Post Template + +> [!NOTE] +> This is a template for creating a post for the freemediaheckyeah blog, and is meant for **collaborators** only. + +Notes: + +- The title should be a short, descriptive title. +- The date should be in the format `YYYY-MM-DD`. +- The filename should be in the format `month-year.md`. +- The description should be a short, descriptive description of the post. +- Authors should be in the format `['username', ....]` +- The ending shouldn't have a line break (`---`/`***`). +- Links to the website should be turned into relative links, i.e. `[Text Tools](https://fmhy.net/text-tools)` -> `[Text Tools](/text-tools)`. + +Template: +``` +--- +title: Monthly Updates [Month] +description: Month 20YY updates +date: 20YY-MM-DD +next: false +aside: left +prev: false +sidebar: false +footer: true +--- + + + +:::info +These update threads only contains major updates. If you're interested +in seeing all minor changes you can follow our +[Commits Page](https://github.com/fmhy/FMHYedit/commits/main) on GitHub or +[Updates Channel](https://redd.it/17f8msf) in Discord. +::: + +### Wiki Updates + +.... + +--- + +### Stars Added ⭐ + +.... + +--- + +### Things Removed + +.... +```