summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChloe Krawczyk <chloe.krawczyk@mapbox.com>2019-12-13 16:01:50 -0800
committerGitHub <noreply@github.com>2019-12-13 16:01:50 -0800
commit5538b6f41d9e5a8f7ab1b5b1c16d58fca2e8e181 (patch)
tree22d9018b7bc34d5cb3cdc110e4dcc29fa6b626a1 /.github
parent1fc4cd649ea8375bb259c0c2278cdb3c3b865bfa (diff)
downloadqtlocation-mapboxgl-5538b6f41d9e5a8f7ab1b5b1c16d58fca2e8e181.tar.gz
add pr template to this repo (#16054)
let's go with this for now and make any additional changes in future prs!
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..6c3ae9685b
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
+## Launch Checklist
+
+<!-- Thanks for the PR! Feel free to add or remove items from the checklist. -->
+
+ - [ ] briefly describe the changes in this PR
+ - [ ] include before/after visuals or gifs if this PR includes visual changes
+ - [ ] write tests for all new functionality
+ - [ ] document any changes to public APIs
+ - [ ] tagged `@mapbox/maps-android @mapbox/maps-ios @mapbox/core-sdk` if this PR adds or updates a public API
+ - [ ] tagged `@mapbox/gl-js` if this PR includes shader changes or needs a js port
+ - [ ] apply `needs changelog` label if a changelog is needed (remove label when added)