Created by: zhiqiu
PR types
Others
PR changes
Others
Describe
- Add a cross-platform script to collect environments, which helps users to provide their environments when creating a new issue or report bugs.
Since users may have problems about installation, during which
paddle
is not available, this scripts is designed to be used independently.
Usage:
wget https://github.com/PaddlePaddle/Paddle/blob/develop/tools/sumary_env.py
python sumary_env.py
- Add the tool to
ISSUE TEMPLATE
, so users are recommended to run the script to get environment information when open a new issue.