summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2017-02-08 10:15:26 -0800
committerWouter van Oortmerssen <aardappel@gmail.com>2017-02-08 10:15:26 -0800
commitdabe030890eb1e877da65dd40f4086b8ef419794 (patch)
tree9ad51da2bc60d420d8ee289fd6a28a2f2ebb11f9
parent29574282a283ddc7904d096d27b783b794da7e91 (diff)
downloadflatbuffers-dabe030890eb1e877da65dd40f4086b8ef419794.tar.gz
flatbuffers-dabe030890eb1e877da65dd40f4086b8ef419794.tar.bz2
flatbuffers-dabe030890eb1e877da65dd40f4086b8ef419794.zip
Added PULL_REQUEST_TEMPLATE.md
Change-Id: Iad9c09434f87219e384b294d6221f4cac7a839eb
-rw-r--r--.github/ISSUE_TEMPLATE.md (renamed from ISSUE_TEMPLATE.md)0
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md16
2 files changed, 16 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index a053fe44..a053fe44 100644
--- a/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 00000000..81994653
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,16 @@
+Thank you for submitting a PR!
+
+Please make sure you include the names of the affected language(s) in your PR title.
+This helps us get the correct maintainers to look at your issue.
+
+If you make changes to any of the code generators, be sure to run
+`cd tests && sh generate_code.sh` (or equivalent .bat) and include the generated
+code changes in the PR. This allows us to better see the effect of the PR.
+
+If your PR includes C++ code, please adhere to the Google C++ Style Guide,
+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.
+
+Include other details as appropriate.
+
+Thanks!