Skip to content

Commit 1425fec

Browse files
committed
Add pull request template.
1 parent c8505a6 commit 1425fec

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
Please make sure the checklist boxes are all checked before submitting the PR. The checklist
3+
is intended as a quick reference, for complete details please see our Contributor Guidelines:
4+
5+
http://cordova.apache.org/contribute/contribute_guidelines.html
6+
7+
Thanks!
8+
-->
9+
10+
### Platforms affected
11+
12+
13+
### What does this PR do?
14+
15+
16+
### What testing has been done on this change?
17+
18+
19+
### Checklist
20+
- [ ] [ICLA](http://www.apache.org/licenses/icla.txt) has been signed and submitted to [email protected].
21+
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
22+
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
23+
- [ ] Added automated test coverage as appropriate for this change.

0 commit comments

Comments
 (0)