From 196d57f1cc52a88d6745985b856c8b649ad1bf25 Mon Sep 17 00:00:00 2001 From: jirik Date: Wed, 31 Jan 2018 17:13:25 +0100 Subject: [PATCH] Add pull request template --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 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..068b876 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +# Pull request guidelines + +Before working on a pull request, create an issue explaining what you want to contribute. This ensures that your pull request won't go unnoticed, and that you are not contributing something that is not suitable for the project. Once a core developer has set the `help wanted` label on the issue, you can submit a pull request. The pull request description should reference the original issue. + +Your pull request must: + + * Address a single issue or add a single item of functionality. + + * Contain a clean history of small, incremental, logically separate commits, + with no merge commits. + + * Use clear commit messages. + + * Be possible to merge automatically. + +When you rea making PR that adds new spatial features to OpenMapTiles schema, please make also PR for at least one of our GL styles to show it on the map. Visual check is crucial. \ No newline at end of file