encourage draft PR submission (#4274)
This commit is contained in:
parent
e320adaafb
commit
a4fa7f890a
|
@ -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.
|
||||
|
@ -21,6 +20,8 @@ Fixes # (issue)
|
|||
<!-- For CHANGELOG separate each item in unreleased section by a blank line to reduce collisions -->
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue