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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Contributing
2
2
3
+
## Pull Requests
4
+
5
+
All PRs require a single commit.
6
+
7
+
Having one commit in a Pull Request is very important for several reasons:
8
+
* A single commit per PR keeps the git history clean and readable.
9
+
It helps reviewers and future developers understand the change as one atomic unit of work, instead of sifting through many intermediate or redundant commits.
10
+
* One commit is easier to cherry-pick into another branch or to track in changelogs.
11
+
* Squashing into one meaningful commit ensures the final PR only contains what matters.
12
+
3
13
## Developer Certificate of Origin
4
14
5
15
All commits require a [DCO](https://developercertificate.org/) sign-off.
0 commit comments