From 0bd5d9d4c3dbfb27f540da58134b18b6855aef80 Mon Sep 17 00:00:00 2001 From: konstin Date: Thu, 13 Sep 2018 19:34:06 +0200 Subject: [PATCH] Update issue_template.md --- .github/issue_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/issue_template.md b/.github/issue_template.md index 1b9fe761..33e70d32 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -8,6 +8,7 @@ When reporting a bug, please provide the following information. If this is not a - Your python version: - How did you install python (e.g. apt or pyenv)? Did you use a virtualenv?: - Your rust version (`rustc --version`): + - Are you using the latest pyo3 version? Have you tried using latest master (replace `version = "0.x.y"` with `git = "https://github.com/PyO3/pyo3")?` ### 💥 Reproducing