17 lines
893 B
Markdown
17 lines
893 B
Markdown
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](https://github.com/pietervdvn/MapComplete/blob/master/Docs/Making_Your_Own_Theme.md)
|
|
are read and followed
|