2017-02-08 18:15:26 +00:00
Thank you for submitting a PR!
2019-11-07 22:35:42 +00:00
Please delete this standard text once you've created your own description.
2021-12-01 07:13:24 +00:00
If you make changes to any of the code generators (`src/idl_gen*`) be sure to
2022-12-22 22:06:57 +00:00
[build ](https://google.github.io/flatbuffers/flatbuffers_guide_building.html ) your project, as it will generate code based on the changes. If necessary
2021-12-01 07:13:24 +00:00
the code generation script can be directly run (`scripts/generate_code.py`),
requires Python3. This allows us to better see the effect of the PR.
2017-02-08 18:15:26 +00:00
2021-12-01 07:13:24 +00:00
If your PR includes C++ code, please adhere to the
[Google C++ Style Guide ](https://google.github.io/styleguide/cppguide.html ),
2017-02-08 18:15:26 +00:00
and don't forget we try to support older compilers (e.g. VS2010, GCC 4.6.3),
so only some C++11 support is available.
2021-05-15 19:54:08 +00:00
For any C++ changes, please make sure to run `sh scripts/clang-format-git.sh`
2019-11-07 22:35:42 +00:00
2017-02-08 18:15:26 +00:00
Include other details as appropriate.
Thanks!