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
+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
@@ -71,7 +71,7 @@ This commit fixed that pesky bug that we all hated.
71
71
resolves: PROJ-1234
72
72
Signed-off-by: John Doe <jdoe@example.com>
73
73
74
-
# Please enter the commit message for your changes. Lines starting
74
+
# Please enter the commit message for your changes. Lines starting
75
75
# with '#' will be ignored, and an empty message aborts the commit.
76
76
#
77
77
# Date: Fri Jan 10 00:00:00 2025 -0400
@@ -85,7 +85,7 @@ All commits must be signed-off
85
85
86
86
### Pull Requests
87
87
88
-
All changes must come from a pull request (PR) and cannot be directly committed. While anyone can engage in activity on a PR, pull requests are only approved by team members.
88
+
All changes must come from a pull request (PR) and cannot be directly committed. While anyone can engage in activity on a PR, pull requests may only be approved by team members.
89
89
90
90
Before a pull request can be merged:
91
91
* The PR body should contain a line similar to one of the following:
@@ -97,7 +97,10 @@ Before a pull request can be merged:
97
97
* The contribution must follow the style guidelines of this project
98
98
* Multiple commits should be used if the PR is complex and clarity can be improved, but they should still relate to a single topic
99
99
* For code contributions, tests have to be added/modified to ensure the code works
100
-
* There has to be at least one approval
100
+
* The pull request must be approved by [dev team members](https://github.com/orgs/enterprise-contract/teams/devs):
101
+
* If submitted by a non-team member, the pull request must have at least two approving reviews
102
+
* If submitted by a team member, the pull request must have at least one approving review
103
+
* If the changes are "simple" (e.g. a typo fix), the pull request only needs one approval, regardless of origin. Team members may exercise their best judgement when determining if a PR qualifies as a simple fix.
101
104
* The feature branch must be rebased so it contains the latest changes from the target branch
0 commit comments