Clean up some collection raw strings in emitter
[hiphop-php.git] / ISSUE_TEMPLATE.md
blob940b25c7f63564f5ae1cb4ab69c5e1095f62bf9f
1 ### HHVM Version
3 > Please include the output of `hhvm --version` and `hh_client --version`
5 ### Operating System and Version
7 > For example, 'Debian Squeeze', 'Ubuntu 16.04', 'MacOS High Sierra'. Please
8 > also mention if you are using Docker or similar images.
10 ### Standalone code, or other way to reproduce the problem
12 > This should not depend on installing any libraries or frameworks. Ideally, it
13 > should be possible to copy-paste this into a single file and reproduce the
14 > problem by running `hhvm` and/or `hh_client`
16 ### Actual result
18 > If applicable, please copy-paste output from `hhvm` or `hh_client`
20 ### Expected result