diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2017-02-08 10:15:26 -0800 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2017-02-08 10:15:26 -0800 |
commit | dabe030890eb1e877da65dd40f4086b8ef419794 (patch) | |
tree | 9ad51da2bc60d420d8ee289fd6a28a2f2ebb11f9 /.github/ISSUE_TEMPLATE.md | |
parent | 29574282a283ddc7904d096d27b783b794da7e91 (diff) | |
download | flatbuffers-dabe030890eb1e877da65dd40f4086b8ef419794.tar.gz flatbuffers-dabe030890eb1e877da65dd40f4086b8ef419794.tar.bz2 flatbuffers-dabe030890eb1e877da65dd40f4086b8ef419794.zip |
Added PULL_REQUEST_TEMPLATE.md
Change-Id: Iad9c09434f87219e384b294d6221f4cac7a839eb
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..a053fe44 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,12 @@ +Thank you for submitting an issue! + +Please make sure you include the names of the affected language(s), compiler version(s), operating system version(s), and FlatBuffers version(s) in your issue title. + +This helps us get the correct maintainers to look at your issue. Here are examples of good titles: + +- Crash when accessing FlatBuffer [C++, gcc 4.8, OS X, master] +- Flatc converts a protobuf 'bytes' field to 'string' in fbs schema file [all languages, FlatBuffers 1.4] + +Include other details as appropriate. + +Thanks! |