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
Problem: the use of a "ready" tag to indicate that PR is ready
for review contradicts current practice.
Replace with the two options we currently use:
- a WIP prefix on the PR title
- github "draft" selection
Copy file name to clipboardExpand all lines: spec_1.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ Development Process
158
158
159
159
- Maintainers SHALL merge correct patches from other Contributors as described in :doc:`spec_48`.
160
160
161
-
- The Contributor MAY tag an issue as "Ready" after making a pull request for the issue.
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.
162
162
163
163
- The user who created an issue SHOULD close the issue after checking the patch is successful.
0 commit comments