1--- 2name: Bug Report 3about: File an issue about a bug 4title: "[BUG] " 5--- 6 7 8Make sure you've completed the following steps before submitting your issue -- thank you! 9 101. Make sure you've read the [documentation][]. Your issue may be addressed there. 112. Search the [issue tracker][] to verify that this hasn't already been reported. +1 or comment there if it has. 123. Consider asking first in the [Gitter chat room][]. 134. Include a self-contained and minimal piece of code that reproduces the problem. If that's not possible, try to make the description as clear as possible. 14 a. If possible, make a PR with a new, failing test to give us a starting point to work on! 15 16[documentation]: https://pybind11.readthedocs.io 17[issue tracker]: https://github.com/pybind/pybind11/issues 18[Gitter chat room]: https://gitter.im/pybind/Lobby 19 20*After reading, remove this checklist and the template text in parentheses below.* 21 22## Issue description 23 24(Provide a short description, state the expected behavior and what actually happens.) 25 26## Reproducible example code 27 28(The code should be minimal, have no external dependencies, isolate the function(s) that cause breakage. Submit matched and complete C++ and Python snippets that can be easily compiled and run to diagnose the issue.) 29