...

Text file src/github.com/google/flatbuffers/.github/PULL_REQUEST_TEMPLATE.md

Documentation: github.com/google/flatbuffers/.github

     1Thank you for submitting a PR!
     2
     3Please delete this standard text once you've created your own description.
     4
     5If you make changes to any of the code generators (`src/idl_gen*`) be sure to
     6[build](https://google.github.io/flatbuffers/flatbuffers_guide_building.html) your project, as it will generate code based on the changes. If necessary
     7the code generation script can be directly run (`scripts/generate_code.py`),
     8requires Python3. This allows us to better see the effect of the PR.
     9
    10If your PR includes C++ code, please adhere to the
    11[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html),
    12and don't forget we try to support older compilers (e.g. VS2010, GCC 4.6.3),
    13so only some C++11 support is available.
    14
    15For any C++ changes, please make sure to run `sh scripts/clang-format-git.sh`
    16
    17Include other details as appropriate.
    18
    19Thanks!

View as plain text