Skip to content

Commit

Permalink
update bug template (#3902)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenlightning authored Oct 6, 2020
1 parent f745c4a commit e6e5406
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ assignees: ''

### To Reproduce

Steps to reproduce the behavior:

1. Go to '...'
2. Run '....'
3. Scroll down to '....'
4. See error
Before reporting a bug, make sure that the bug can be reproduced with a minimal example. You can simply subclass our [miminal code example] (https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pl_examples/bug_report_model.py) and add your relevant changes, to see if the issue persists.
If the test is failing, please add your test cases to the issue (as a draft PR, or simple paste the code to the isse description here).

<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->

Expand Down

0 comments on commit e6e5406

Please sign in to comment.