encourage draft PR submission (#4274)

This commit is contained in:
Roger Shieh 2020-10-21 16:32:40 +08:00 committed by GitHub
parent e320adaafb
commit a4fa7f890a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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.
@ -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?