From b911c6523c344d3e7ab2517c7e5788a5077a20c0 Mon Sep 17 00:00:00 2001 From: Obelous <47227283+0belous@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:44:19 +0100 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 1 file changed, 11 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..5bef6fb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +### Feature / Bug fixes: + +1. [ ] Have you ran update.js and pushed the resulting manifest to your forks repo? + +### Adding sources: + +1. [ ] Have you removed any duplicate sources? + + - VSCode: ctrl + shift + p > Delete duplicate lines + +2. [ ] Is a source you added a fork of a another project?