From de0ef194cddfd385f3afac133895e1acd2b567fe Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@tuta.io> Date: Thu, 8 Sep 2022 23:35:47 +0200 Subject: [PATCH] feat: add pull request template --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 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 0000000..5e7a654 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +# New Preset: + + + +## Screenshots (optional) + + + +# Checklist + +Before submitting the PR, I checked: + +- [ ] I've only modified one preset +- [ ] I've added the URL to my raw preset in `presets.json` +- [ ] I've checked the format of each json files I modified +- [ ] (optional) I've added screenshots +- [ ] The preset name is following preset naming guidelines. + +Thanks for your submission we will review and merge it as quick as possible.