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: spec_1.rst
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Related Standards
33
33
- :doc:`spec_2`
34
34
- :doc:`spec_7`
35
35
- :doc:`spec_47`
36
+
- :doc:`spec_48`
36
37
37
38
Goals
38
39
*****
@@ -153,22 +154,16 @@ Development Process
153
154
154
155
- To accept or reject a patch, a Maintainer SHALL use the Platform interface.
155
156
156
-
- Maintainers SHOULD NOT merge their own patches except in exceptional cases, such as non-responsiveness from other Maintainers for an extended period (more than 1-2 days).
157
+
- Maintainers SHOULD NOT merge their own patches except in exceptional cases.
157
158
158
-
- Maintainers SHALL NOT make value judgments on correct patches.
159
+
- Maintainers SHALL merge correct patches from other Contributors as described in :doc:`spec_48`.
159
160
160
-
- Maintainers SHALL merge correct patches from other Contributors rapidly.
161
+
- The Contributor MAY add a "WIP" prefix to a pull request title or use the platform to select "draft" to indicate that a pull request is not yet ready for review.
161
162
162
-
- The Contributor MAY tag an issue as "Ready" after making a pull request for the issue.
163
-
164
-
- The user who created an issue SHOULD close the issue after checking the patch is successful.
163
+
- The user who created an issue SHOULD close the issue after a patch solving the issue has been merged.
165
164
166
165
- Maintainers SHOULD ask for improvements to incorrect patches and SHOULD reject incorrect patches if the Contributor does not respond constructively.
167
166
168
-
- Any Contributor who has value judgments on a correct patch SHOULD express these via their own patches.
169
-
170
-
- Maintainers MAY commit changes to non-source documentation directly to the project.
171
-
172
167
- Autotools products, if applicable, SHOULD NOT be checked into the project
173
168
revision control system
174
169
@@ -187,7 +182,7 @@ Release Process
187
182
Creating Stable Releases
188
183
========================
189
184
190
-
- The project SHALL have one branch ("master") that always holds the latest in-progress version and SHOULD always build.
185
+
- The project SHALL have one branch (that SHOULD be named "main") that always holds the latest in-progress version and SHOULD always build.
191
186
192
187
- The project SHALL NOT use topic branches for any reason. Personal forks MAY use topic branches.
0 commit comments