fix bug_report template (#2052)

* fix bug_report template

* article
This commit is contained in:
Rohit Gupta
2020-06-02 18:47:21 -04:00
committed by GitHub
parent 69575204f2
commit fa696ce512
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ Please copy and paste the output from our
You can get the script and run it with:
```
wget https://raw.githubusercontent.com/PyTorchLightning/pytorch-lightning/master/tests/collect_env_details.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
# For security purposes, please check the contents of collect_env_details.py before running it.
python collect_env_details.py
```
- PyTorch Version (e.g., 1.0):
+1 -1
View File
@@ -6,7 +6,7 @@
- [ ] Did you write any new necessary tests?
- [ ] If you made a notable change (that affects users), did you update the [CHANGELOG](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/CHANGELOG.md)?
<!-- For CHANGELOG separate each item in unreleased section by blank line to reduce collisions -->
<!-- For CHANGELOG separate each item in unreleased section by a blank line to reduce collisions -->
## What does this PR do?
Fixes # (issue).