1---
2name: Question
3about: File an issue about unexplained behavior
4title: "[QUESTION] "
5---
6
7If you have a question, please check the following first:
8
91. Check if your question has already been answered in the [FAQ][] section.
102. Make sure you've read the [documentation][]. Your issue may be addressed there.
113. If those resources didn't help and you only have a short question (not a bug report), consider asking in the [Gitter chat room][]
124. Search the [issue tracker][], including the closed issues, to see if your question has already been asked/answered. +1 or comment if it has been asked but has no answer.
135. If you have a more complex question which is not answered in the previous items (or not suitable for chat), please fill in the details below.
146. Include a self-contained and minimal piece of code that illustrates your question. If that's not possible, try to make the description as clear as possible.
15
16[FAQ]: http://pybind11.readthedocs.io/en/latest/faq.html
17[documentation]: https://pybind11.readthedocs.io
18[issue tracker]: https://github.com/pybind/pybind11/issues
19[Gitter chat room]: https://gitter.im/pybind/Lobby
20
21*After reading, remove this checklist.*
22