Merge pull request #918 from davidhewitt/issue-template

Clarify pyo3 version on issue template
This commit is contained in:
Yuji Kanagawa 2020-05-11 11:00:51 +09:00 committed by GitHub
commit f769fed83d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -7,11 +7,12 @@ When reporting a bug, please provide the following information. If this is not a
- Your operating system and version:
- 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")?`
- Your Rust version (`rustc --version`):
- Your PyO3 version:
- Have you tried using latest PyO3 master (replace `version = "0.x.y"` with `git = "https://github.com/PyO3/pyo3")?`:
### 💥 Reproducing
Please provide a [minimal working example](https://stackoverflow.com/help/mcve). This means both the rust code and the python.
Please provide a [minimal working example](https://stackoverflow.com/help/mcve). This means both the Rust code and the Python.
Please also write what exact flags are required to reproduce your results.