Skip to content

Commit dabe030

Browse files
committedFeb 8, 2017
Added PULL_REQUEST_TEMPLATE.md
Change-Id: Iad9c09434f87219e384b294d6221f4cac7a839eb
1 parent 2957428 commit dabe030

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
 
File renamed without changes.

‎.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Thank you for submitting a PR!
2+
3+
Please make sure you include the names of the affected language(s) in your PR title.
4+
This helps us get the correct maintainers to look at your issue.
5+
6+
If you make changes to any of the code generators, be sure to run
7+
`cd tests && sh generate_code.sh` (or equivalent .bat) and include the generated
8+
code changes in the PR. This allows us to better see the effect of the PR.
9+
10+
If your PR includes C++ code, please adhere to the Google C++ Style Guide,
11+
and don't forget we try to support older compilers (e.g. VS2010, GCC 4.6.3),
12+
so only some C++11 support is available.
13+
14+
Include other details as appropriate.
15+
16+
Thanks!

0 commit comments

Comments
 (0)