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: .github/CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ After `composer install`, you can do:
44
44
45
45
## Branches
46
46
47
-
Ongoing development will be done in feature branches then pulled against the `develop` branch and follows a typical _git-flow_ approach, where merges to `master` only happen when a new release is made.
47
+
Ongoing development will be done in feature branches then pulled against the `develop` branch and follows a typical _git-flow_ approach, where merges to `main` only happen when a new release is made.
48
48
49
49
To contribute an improvement to this project, fork the repo and open a pull request to the relevant branch. Alternatively, if you have push access to this repo, create a feature branch prefixed by `fix/` (followed by the issue number) or `add/` and then open a PR from that branch to the default (`develop`) branch.
50
50
@@ -199,9 +199,9 @@ When adding or changing a sniff, the ruleset test files should be updated to mat
199
199
200
200
- In a `changelog/x.y.z` branch off of `develop`, update the `CHANGELOG.md` with a list of all of the changes following the keepachangelog.com format. Include PR references and GitHub username props.
201
201
- Create a PR of `develop` <-- `changelog/x.y.z`, but do not merge until ready to release.
202
-
- Create a PR of `master` <-- `develop`, and copy-paste the [`release-template.md`](https://github.com/Automattic/VIP-Coding-Standards/blob/develop/.github/ISSUE_TEMPLATE/release-template.md) contents.
203
-
- When ready to release, merge the change log PR into `develop`, then merge the `develop` into `master` PR.
204
-
- Tag the commit in `master` with the appropriate version number. Ideally, have it signed.
202
+
- Create a PR of `main` <-- `develop`, and copy-paste the [`release-template.md`](https://github.com/Automattic/VIP-Coding-Standards/blob/develop/.github/ISSUE_TEMPLATE/release-template.md) contents.
203
+
- When ready to release, merge the change log PR into `develop`, then merge the `develop` into `main` PR.
204
+
- Tag the commit in `main` with the appropriate version number. Ideally, have it signed.
205
205
- Close the current milestone.
206
206
- Open a new milestone for the next release.
207
207
- If any open PRs/issues which were milestoned for this release do not make it into the release, update their milestone.
0 commit comments