From a96cb6047fa61969e2fda75ca334ef2865dacbcc Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 7 Apr 2021 00:06:20 +0200 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 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..7a40edf --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ + +Opening a pull request on MapComplete +===================================== + +Hey! Thanks for opening a pull request on Mapcomplete! This probably means you want to add a new theme - if so, please follow the checklist below. +If this pull request is for some other issue, please ignore the template. + +Adding your new theme +--------------------- + +Thanks for taking the time to create your theme and to add it to the main repository! + +To making merging smooth, please make sure that each of the following conditions is met: + +- [ ] The codebase is GPL-licensed. By opening a pull request, the new theme will be GPL too +- [ ] All images are included in the pull request and no images are loaded from an external service (e.g. Wikipedia) +- [ ] The [guidelines on how to make your own theme]() are read and followed \ No newline at end of file