Skip to content

Commit

Permalink
Add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
jirik committed Jan 31, 2018
1 parent a46c530 commit 196d57f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 196d57f

Please sign in to comment.