Skip to content

Commit db7aa2b

Browse files
authored
Added PR template (#2959)
* Added PR template * Introduction wording improvement * Update PULL_REQUEST_TEMPLATE.md
1 parent 1e4f9ed commit db7aa2b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

PULL_REQUEST_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
Hello! Thanks for contributing. To help your PR be most easily reviewed, please complete
3+
the following checklist:
4+
-->
5+
6+
## Checklist
7+
8+
- [ ] briefly describe the changes in this PR
9+
- [ ] write tests for all new functionality
10+
- [ ] [document any changes or additions to public APIs](https://github.com/mapbox/mapbox-gl-js/blob/master/docs/README.md)
11+
- [ ] [post scores for all benchmarks on your branch and `master`](https://github.com/mapbox/mapbox-gl-js/blob/master/bench/README.md#running-benchmarks)
12+
- [ ] [do a quick sanity check on the debug page](https://github.com/mapbox/mapbox-gl-js/blob/master/CONTRIBUTING.md#serving-the-debug-page)
13+
- [ ] get a PR review :+1: / :-1:

0 commit comments

Comments
 (0)