Commit 7355ec4
docs(contributing): drop --branch next/major from clone snippet; clarify PR target (#3198)
* docs(contributing): drop --branch next/major from clone snippet; clarify PR target
The recommended clone command pinned `--branch next/major`, which left
contributors landing on a long-lived feature branch instead of `master`
(the actual default branch and PR target). I tripped on this myself
and opened #3196 against `next/major` before noticing every other open
PR targets `master`.
Drop the `--branch next/major` flag so a fresh clone lands on the
default, and add a short note explaining that `master` is the PR
target while `next/major` is reserved for the next major release.
* docs(contributing): expand branch policy per @dr-bonez
Adopt the maintainer-authored explanation of the branch-targeting
policy verbatim: master tracks the current release (and during a
beta.X pre-release, PRs for new features and bugfixes land there),
with next/{patch,minor,major} holding work waiting for the
corresponding future release.
---------
Co-authored-by: Helix <helix-nine@start9.com>1 parent 50e43af commit 7355ec4
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
0 commit comments