aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/question.md
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2023-08-23 23:12:47 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-23 23:12:47 +0000
commit54f25be124181b5b5e37d686ae78a2ef43f77594 (patch)
treea199f13004f9dca173b6bc46161736ffc224f6fc /.github/ISSUE_TEMPLATE/question.md
parent0d8c94d2775dd2629be4247df9847de23c073490 (diff)
parenteba01819262de24db698eeb259f488ba2b1e89e6 (diff)
downloadpybind11-master.tar.gz
Upgrade pybind11 to v2.11.0 am: df375684ae am: c3651ffda2 am: b8f469b116 am: ce45d68f7a am: eba0181926HEADmastermain
Original change: https://android-review.googlesource.com/c/platform/external/python/pybind11/+/2722853 Change-Id: Iac83f632be76c6ead72145c9705e5af0233309ac Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE/question.md')
-rw-r--r--.github/ISSUE_TEMPLATE/question.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md
deleted file mode 100644
index b199b6ee..00000000
--- a/.github/ISSUE_TEMPLATE/question.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: Question
-about: File an issue about unexplained behavior
-title: "[QUESTION] "
----
-
-If you have a question, please check the following first:
-
-1. Check if your question has already been answered in the [FAQ][] section.
-2. Make sure you've read the [documentation][]. Your issue may be addressed there.
-3. If those resources didn't help and you only have a short question (not a bug report), consider asking in the [Gitter chat room][]
-4. 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.
-5. 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.
-6. 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.
-
-[FAQ]: http://pybind11.readthedocs.io/en/latest/faq.html
-[documentation]: https://pybind11.readthedocs.io
-[issue tracker]: https://github.com/pybind/pybind11/issues
-[Gitter chat room]: https://gitter.im/pybind/Lobby
-
-*After reading, remove this checklist.*