Create basic issue template (#4107)

* Create basic issue template

* Update ISSUE_TEMPLATE.md
This commit is contained in:
Robert
2016-12-07 14:17:30 -08:00
committed by Wouter van Oortmerssen
parent b59aafc659
commit 0de4f3f75b

12
ISSUE_TEMPLATE.md Normal file
View File

@@ -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!