summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-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)