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: CONTRIBUTING.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,9 @@ There are some acceptable reasons to add comments:
35
35
- Something is done in a specific way that is not intuitive. In this case, the considerations should be put in the comments.
36
36
- A unit of code can be referenced by multiple names. A comment can clarify the alternative name.
37
37
- For example: a parameter for `characterSpace` is named `Tc`. To clarify the name, this package uses `characterSpace` internally. A comment clarifying that this references `Tc` in the specification makes sense.
38
+
39
+
## Pull request size Guidelines
40
+
41
+
Pull requests should be **reviewable in under an hour**. This means:
42
+
- Less than 200 lines of actual code changes (excluding tests)
43
+
- Single logical change. Either one new feature or one bugfix per PR
0 commit comments