From 83209f8b754252c470902113324d1b5d4fe0eb61 Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:56:07 +0000 Subject: [PATCH] chore: Pull Request template --- .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++++++++ 1 file changed, 22 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..ac6a444a2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ + + +## Description + + +## Context + + + +## Types of changes + +- [ ] Bad / Deleted sites removal +- [ ] Grammar / Markdown fixes +- [ ] Content addition (sites, projects, tools, etc.) +- [ ] New Wiki section + +## Checklist: + + +- [ ] I have read the [contribution guide](https://rentry.co/Contrib-Guide). +- [ ] I have made sure to [search](https://raw.githubusercontent.com/fmhy/FMHYedit/main/single-page) before making any changes. +- [ ] My code follows the code style of this project.