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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,13 @@ Before submitting a PR:
24
24
your reviewer's responsibility to ensure your patch includes adequate tests.
25
25
26
26
When submitting a PR:
27
+
-**[Sign all your git commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification#ssh-commit-verification)**.
28
+
We cannot accept any PR that does not have all commits signed. This is a policy
29
+
put in place by our Security Operations team and is enforced by our CI processes.
27
30
- You agree to license your code under the project's open source license
28
31
([MPL 2.0](/LICENSE)).
29
32
- Base your branch off the current `master`.
30
33
- Add both your code and new tests if relevant.
31
-
- Sign your git commit.
32
34
- Run the test suite to make sure your code passes linting and tests.
33
35
- Ensure your changes do not reduce code coverage of the test suite.
34
36
- Please do not include merge commits in pull requests; include only commits
@@ -93,5 +95,5 @@ passed and the commit message is properly formatted.
93
95
BREAKING CHANGE: This patch requires developer to lower expectations about
94
96
what "delicious" and "cookie" may mean. Some sadness may result.
Copy file name to clipboardExpand all lines: PR_TEMPLATE.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Describe these changes.
4
4
5
+
> **NOTE:** We can only accept PRS with all commits [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification#ssh-commit-verification). PRs that contain _any_ unsigned commits will not be accepted and the PR _must_ be resubmitted. If this is something you cannot provide, please disclose and a team member _may_ duplicate the PR as signed for you (depending on availablity and priority. Thank you for your understanding and cooperation.)
0 commit comments