Skip to content

Commit

Permalink
encourage draft PR submission (#4274)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rog authored Oct 21, 2020
1 parent e320ada commit a4fa7f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Please include a summary of the change and which issue is fixed.

Fixes # (issue)

# Before submitting

## Before submitting
- [ ] Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
- [ ] Did you read the [contributor guideline](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/.github/CONTRIBUTING.md), Pull Request section?
- [ ] Did you make sure your PR does only one thing, instead of bundling different changes together? Otherwise, we ask you to create a separate PR for every change.
Expand All @@ -20,8 +19,10 @@ Fixes # (issue)

<!-- For CHANGELOG separate each item in unreleased section by a blank line to reduce collisions -->

## PR review
Anyone in the community is free to review the PR once the tests have passed.
## PR review
- [ ] Is this pull request ready for review? (if not, please submit in draft mode)

Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.

## Did you have fun?
Expand Down

0 comments on commit a4fa7f8

Please sign in to comment.