From fa696ce512ef9713fe97d2bbd219329df141d90c Mon Sep 17 00:00:00 2001 From: Rohit Gupta Date: Wed, 3 Jun 2020 04:17:21 +0530 Subject: [PATCH] fix bug_report template (#2052) * fix bug_report template * article --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8d0ab36957..5fc0eef4ba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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): diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0bda363228..3a089ad2b0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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)? - + ## What does this PR do? Fixes # (issue).