1Thank you for submitting a PR! 2 3Please delete this standard text once you've created your own description. 4 5Make sure you include the names of the affected language(s) in your PR title. 6This helps us get the correct maintainers to look at your issue. 7 8If you make changes to any of the code generators, be sure to run 9`cd tests && bash generate_code.sh` (or equivalent .bat) and include the generated 10code changes in the PR. This allows us to better see the effect of the PR. 11 12If your PR includes C++ code, please adhere to the Google C++ Style Guide, 13and don't forget we try to support older compilers (e.g. VS2010, GCC 4.6.3), 14so only some C++11 support is available. 15 16For any C++ changes, please make sure to run `sh src/clang-format-git.sh` 17 18Include other details as appropriate. 19 20Thanks! 21