You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -16,26 +16,26 @@ If we didn't discuss your PR in Github issues there's a high chance it will not
16
16
Fixes # (issue) <- this [links related issue to this PR](https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)
17
17
18
18
## Before submitting
19
-
-[ ] Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
20
-
-[ ] Did you read the [contributor guideline](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/.github/CONTRIBUTING.md), Pull Request section?
19
+
-[ ] Was this discussed/approved via a GitHub issue? (not for typos and docs)
20
+
-[ ] Did you read the [contributor guideline](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/.github/CONTRIBUTING.md), **Pull Request** section?
21
21
-[ ] Did you make sure your PR does only one thing, instead of bundling different changes together?
22
-
-[ ] Did you make sure to update the documentation with your changes[if needed]?
23
-
-[ ] Did you write any new necessary tests[no need for typos, docs]?
22
+
-[ ] Did you make sure to update the documentation with your changes? (if necessary)
23
+
-[ ] Did you write any new necessary tests? (not for typos and docs)
24
24
-[ ] Did you verify new and existing tests pass locally with your changes?
25
-
-[ ]If you made a notable change (that affects users), did you update the [CHANGELOG](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/CHANGELOG.md)?
25
+
-[ ]Did you update the [CHANGELOG](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/CHANGELOG.md)? (not for typos, docs, test updates, or internal minor changes/refactorings)
26
26
27
27
<!-- For CHANGELOG separate each item in the unreleased section by a blank line to reduce collisions -->
28
28
29
29
## PR review
30
30
Anyone in the community is free to review the PR once the tests have passed.
31
-
Before you start reviewing make sure you have read [Review guidelines](https://github.com/PyTorchLightning/pytorch-lightning/wiki/Review-guidelines). In short, see the following bullet-list:
31
+
Before you start reviewing make sure you have read [Review guidelines](https://github.com/PyTorchLightning/pytorch-lightning/wiki/Review-guidelines). In short, see the following bullet-list:
32
32
33
33
-[ ] Is this pull request ready for review? (if not, please submit in draft mode)
34
34
-[ ] Check that all items from **Before submitting** are resolved
35
35
-[ ] Make sure the title is self-explanatory and the description concisely explains the PR
36
36
-[ ] Add labels and milestones (and optionally projects) to the PR so it can be classified
37
-
-[ ]**Check that target branch and milestone are aligned!**
38
-
37
+
-[ ]**Check that target branch and milestone match!**
- Added a check for optimizer attached to `lr_scheduler` ([#5338](https://github.com/PyTorchLightning/pytorch-lightning/pull/5338))
64
+
- Added support for passing non-existing filepaths to `resume_from_checkpoint` ([#4402](https://github.com/PyTorchLightning/pytorch-lightning/pull/4402))
67
65
68
66
### Changed
69
67
70
-
71
-
### Deprecated
72
-
73
-
74
-
### Removed
75
-
76
-
77
-
### Fixed
78
-
79
-
- Skip restore from `resume_from_checkpoint` in while `testing` ([#5161](https://github.com/PyTorchLightning/pytorch-lightning/pull/5161))
80
-
68
+
- Skip restore from `resume_from_checkpoint` while `testing` ([#5161](https://github.com/PyTorchLightning/pytorch-lightning/pull/5161))
81
69
- Allowed `log_momentum` for adaptive optimizers in `LearningRateMonitor` ([#5333](https://github.com/PyTorchLightning/pytorch-lightning/pull/5333))
70
+
- Disabled checkpointing, earlystopping and logging with `fast_dev_run` ([#5277](https://github.com/PyTorchLightning/pytorch-lightning/pull/5277))
71
+
- Distributed group defaults to `WORLD` if `None` ([#5125](https://github.com/PyTorchLightning/pytorch-lightning/pull/5125))
82
72
83
-
- Disabled checkpointing, earlystopping and logger with `fast_dev_run` ([#5277](https://github.com/PyTorchLightning/pytorch-lightning/pull/5277))
- Fixed metric state reset ([#5273](https://github.com/PyTorchLightning/pytorch-lightning/pull/5273))
77
+
- Fixed `--num-nodes` on `DDPSequentialPlugin` ([#5327](https://github.com/PyTorchLightning/pytorch-lightning/pull/5327))
78
+
- Fixed invalid value for `weights_summary` ([#5296](https://github.com/PyTorchLightning/pytorch-lightning/pull/5296))
79
+
- Fixed `Trainer.test` not using the latest `best_model_path` ([#5161](https://github.com/PyTorchLightning/pytorch-lightning/pull/5161))
80
+
- Fixed existence check for hparams not using underlying filesystem ([#5250](https://github.com/PyTorchLightning/pytorch-lightning/pull/5250))
0 commit comments