Skip to content

Commit 1920e8c

Browse files
committed
rfc1: suggest "main" not "master" branch
Problem: RFC 1 refers to the "master" branch, but the preferred name for that is now "main". Reword so that "main" is a SHOULD requirement.
1 parent 40c5cee commit 1920e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec_1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Release Process
182182
Creating Stable Releases
183183
========================
184184

185-
- 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.
186186

187187
- The project SHALL NOT use topic branches for any reason. Personal forks MAY use topic branches.
188188

0 commit comments

Comments
 (0)