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/BECOMING_A_CORE_CONTRIBUTOR.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,10 @@ different fields contributing!
53
53
The first 5 core contributors will fit this profile. Thus if you overlap strongly with experiences and expertise as someone else on the team, you might have to wait until the next set of contributors are added.
54
54
55
55
#### Summary: Requirements to apply
56
-
- Solve 10 Github issues. The goal is to be inline with expectations for solving issues by the last one so you can do them on your own. If not, I might ask you to solve a few more specific ones.
57
-
- Do 10 PR reviews. The goal is to be inline with expectations for solving issues by the last one so you can do them on your own. If not, I might ask you to solve a few more specific ones.
56
+
The goal is to be inline with expectations for solving issues by the last one so you can do them on your own. If not, I might ask you to solve a few more specific ones.
58
57
59
-
If you want to be considered, ping me on gitter and start [tracking your progress here](https://docs.google.com/spreadsheets/d/15D58gp8DvI0Z6qbbYVRuaWioiwzafcP58-UlbuO_CMU/edit?usp=sharing).
58
+
- Solve 10+ Github issues.
59
+
- Create 5+ meaningful PRs which solves some reported issue - bug,
60
+
- Perform 10+ PR reviews from other contributors.
61
+
62
+
If you want to be considered, ping me on [Slack](https://join.slack.com/t/pytorch-lightning/shared_invite/zt-f6bl2l0l-JYMK3tbAgAmGRrlNr00f1A).
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@
4
4
Please include a summary of the change and which issue is fixed.
5
5
Please also include relevant motivation and context.
6
6
List any dependencies that are required for this change.
7
+
8
+
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
7
9
-->
8
10
9
11
Fixes # (issue)
@@ -20,10 +22,14 @@ Fixes # (issue)
20
22
<!-- For CHANGELOG separate each item in unreleased section by a blank line to reduce collisions -->
21
23
22
24
## PR review
23
-
-[ ] Is this pull request ready for review? (if not, please submit in draft mode)
25
+
Anyone in the community is free to review the PR once the tests have passed.
26
+
Before you start reviewing make sure you have read [Review guidelines](https://github.com/PyTorchLightning/pytorch-lightning/wiki/Review-guidelines). In in short, see following bullet-list:
24
27
25
-
Anyone in the community is free to review the PR once the tests have passed.
26
-
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
28
+
-[ ] Is this pull request ready for review? (if not, please submit in draft mode)
29
+
-[ ] Check that all items from **Before submitting** are resolved
30
+
-[ ] Make sure the title is self explanatory and the description concisely explains the PR
31
+
-[ ] Add labels and milestones (and optionally projects) to the PR so it can be classified; _Bugfixes should be including in bug-fix release milestones (m.f.X) and features should be included in (m.X.b) releases._
0 commit comments