transformers/.github/ISSUE_TEMPLATE
Bram Vanroy 9773e5e0d9
CLI script to gather environment info (#2699)
* add "info" command to CLI

As a convenience, add the info directive to CLI. Running `python transformers-cli info` will return a string containing the transformers version, platform, python version, PT/TF version and GPU support

* Swap f-strings for .format

Still supporting 3.5 so can't use f-strings (sad face)

* Add reference in issue to CLI

* Add the expected fields to issue template

This way, people can still add the information manually if they want. (Though I fear they'll just ignore it.)

* Remove heading from output

* black-ify

* order of imports

Should ensure isort test passes

* use is_X_available over import..pass

* style

* fix copy-paste bug

* Rename command info -> env

Also adds the command to CONTRIBUTING.md in "Did you find a bug" section
2020-02-01 10:38:14 -05:00
..
---new-benchmark.md Streamlining 2020-01-28 10:41:10 -05:00
--new-model-addition.md Streamlining 2020-01-28 10:41:10 -05:00
bug-report.md CLI script to gather environment info (#2699) 2020-02-01 10:38:14 -05:00
feature-request.md Streamlining 2020-01-28 10:41:10 -05:00
migration.md CLI script to gather environment info (#2699) 2020-02-01 10:38:14 -05:00
question-help.md Streamlining 2020-01-28 10:41:10 -05:00