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?