Skip to content

Commit

Permalink
Update bug-report.yml (#8483)
Browse files Browse the repository at this point in the history
Adds commands to collect environment information to include in the bug
report issue, assuming the PyTorch team won't add any malicious code to
`collect_env.py`.
  • Loading branch information
akihironitta authored Nov 30, 2023
1 parent 6ceeff9 commit 8833d0d
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,13 @@ body:
required: true
- type: textarea
attributes:
label: Environment
label: Versions
description: |
Please provide as much information as possible about your environment, such as your PyG (`print(torch_geometric.__version__)`) and PyTorch version (`print(torch.__version__)`), your OS (*e.g.*, Linux), and your Python version (*e.g.*, `3.9`):
value: |
* PyG version:
* PyTorch version:
* OS:
* Python version:
* CUDA/cuDNN version:
* How you installed PyTorch and PyG (`conda`, `pip`, source):
* Any other relevant information (*e.g.*, version of `torch-scatter`):
Please run the following and paste the output below.
```sh
curl -OL https://raw.githubusercontent.com/pytorch/pytorch/main/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python3 collect_env.py
```
validations:
required: true

0 comments on commit 8833d0d

Please sign in to comment.