Skip to content

Commit b6aa7e8

Browse files
chore: rename 'master' to 'main' in docs and tooling (#5130)
* chore: rename 'master' to 'main' in docs and tooling * Use new foundation CoC link
1 parent 67a8124 commit b6aa7e8

16 files changed

+46
-46
lines changed

.github/CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ This is a foundation-wide team established to manage escalation when a reporter
100100
In order to escalate to the CoCP send an email to `"[email protected]`.
101101

102102
For more information, refer to the full
103-
[Code of Conduct governance document](https://github.com/openjs-foundation/cross-project-council/blob/master/FOUNDATION_CODE_OF_CONDUCT_REQUIREMENTS.md).
103+
[Code of Conduct governance document](https://github.com/openjs-foundation/cross-project-council/tree/main/proposals/approved/CODE_OF_CONDUCT).

.github/CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ Then:
9999
- Add detail in subsequent lines.
100100
- A pre-commit hook will run which automatically formats your staged changes (and fixes any problems it can) with ESLint and Prettier.
101101
If ESLint fails to fix an issue, your commit will fail and you will need to manually correct the problem.
102-
1. <a name="up-to-date"/> (Optional) Ensure you are up-to-date with Mocha's `master` branch:
102+
1. <a name="up-to-date"/> (Optional) Ensure you are up-to-date with Mocha's `main` branch:
103103
- You can add an "upstream" remote repo using `git remote add upstream https://github.com/mochajs/mocha.git && git fetch upstream`.
104-
- Navigate to your `master` branch using `git checkout master`.
105-
- Pull changes from `upstream` using `git pull upstream master`.
106-
- If any changes were pulled in, update your branch from `master` by switching back to your branch (`git checkout <your-branch>`) then merging using `git merge master`.
104+
- Navigate to your `main` branch using `git checkout main`.
105+
- Pull changes from `upstream` using `git pull upstream main`.
106+
- If any changes were pulled in, update your branch from `main` by switching back to your branch (`git checkout <your-branch>`) then merging using `git merge main`.
107107
1. Push your changes to your fork; `git push origin`.
108108
1. In your browser, navigate to [mochajs/mocha](https://github.com/mochajs/mocha).
109109
You should see a notification about your recent changes in your fork's branch, with a (green?) button to create a pull request.
@@ -126,7 +126,7 @@ Now that the pull request exists, some tasks will be run on it:
126126
1. Be patient while your PR is reviewed.
127127
This can take a while.
128128
We may request changes, but don't be afraid to question them.
129-
1. Your PR might become conflicted with the code in `master`.
129+
1. Your PR might become conflicted with the code in `main`.
130130
If this is the case, you will need to [update your PR](#up-to-date) and resolve your conflicts.
131131
1. You don't need to make a new PR to any needed changes.
132132
Instead, commit on top of your changes, and push these to your fork's branch.

.github/ISSUE_TEMPLATE/01-bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body:
33
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
44
label: Bug Report Checklist
55
options:
6-
- label: I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md)
6+
- label: I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md)
77
required: true
88
- label: I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20), but none matched my issue.
99
required: true

.github/ISSUE_TEMPLATE/02-documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body:
33
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
44
label: Documentation Request Checklist
55
options:
6-
- label: I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md)
6+
- label: I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md)
77
required: true
88
- label: I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20), but none matched my issue.
99
required: true

.github/ISSUE_TEMPLATE/03-feature-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ body:
33
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
44
label: Feature Request Checklist
55
options:
6-
- label: I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md)
6+
- label: I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md)
77
required: true
88
- label: I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20), but none matched my issue.
99
required: true

.github/ISSUE_TEMPLATE/04-repository-tooling.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ body:
55
options:
66
- label: I have tried restarting my IDE and the issue persists.
77
required: true
8-
- label: I have pulled the latest `master` branch of the repository.
8+
- label: I have pulled the latest `main` branch of the repository.
99
required: true
10-
- label: I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md)
10+
- label: I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md)
1111
required: true
1212
- label: I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20), but none matched my issue.
1313
required: true

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Otherwise we may not be able to review your PR. -->
66

77
- [ ] Addresses an existing open issue: fixes #000
88
- [ ] That issue was marked as [`status: accepting prs`](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
9-
- [ ] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md) were taken
9+
- [ ] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) were taken
1010

1111
## Overview
1212

.github/workflows/compliance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: Compliance
1212
on:
1313
pull_request:
1414
branches:
15-
- master
15+
- main
1616
types:
1717
- edited
1818
- opened

MAINTAINERS.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A "user" for the purpose of this document is any _individual developer_ who cons
2525
A user interacts with contributors.
2626
A user interacts with the software, web site, documentation, etc., which these contributors provide.
2727

28-
As a user, you're expected to follow the [code of conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) when interacting in Mocha's "official" social spaces.
28+
As a user, you're expected to follow the [code of conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) when interacting in Mocha's "official" social spaces.
2929
This includes:
3030

3131
- Any channel under the `mochajs` Discord
@@ -54,7 +54,7 @@ Contributions include (but are not limited to):
5454
1. Researching the user base, getting feedback, etc. Don't spam.
5555

5656
A contributor is _usually_ a user as well, but this isn't a hard-and-fast rule.
57-
A contributor is also expected to adhere to the [code of conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) as a user would.
57+
A contributor is also expected to adhere to the [code of conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) as a user would.
5858

5959
As you can see, it's wide open! Think of it another way: if you are _adding value to Mocha_, then you are a contributor.
6060

@@ -123,7 +123,7 @@ You may choose to do zero or more of these _at their discretion_:
123123
- Add new maintainers to the team
124124
- Tag releases and publish Mocha to npm
125125

126-
> While maintainers have the ability to commit directly to the `master` branch, _this is to be avoided_ if any other maintainer could reasonably take issue with the change, or the change affects Mocha's API or output.
126+
> While maintainers have the ability to commit directly to the `main` branch, _this is to be avoided_ if any other maintainer could reasonably take issue with the change, or the change affects Mocha's API or output.
127127
> For example, a spelling correction in `CHANGELOG.md` may not require a pull request.
128128
> A change to a reporter's output most certainly would! Maintainers are trusted to use their best judgement; if unsure, err on the side of caution.
129129
@@ -347,8 +347,8 @@ Here are some suggestions:
347347

348348
## Branches
349349

350-
`master` is the only maintained branch in `mochajs/mocha` or any of the other repos.
351-
**`master` is the only branch to which force-pushing is disallowed.**
350+
`main` is the only maintained branch in `mochajs/mocha` or any of the other repos.
351+
**`main` is the only branch to which force-pushing is disallowed.**
352352

353353
Maintainers may push new branches to a repo, as long as they remove them when finished (merging a PR will prompt to do so).
354354

@@ -371,7 +371,7 @@ Likewise, if the PR is `semver-minor`, create or use a new milestone correlating
371371
If it's unclear what the next milestone will be, use or create a milestone named `next`.
372372
This milestone will be renamed to the new version at release time.
373373

374-
By using milestones, we can cherry-pick non-breaking changes into minor or patch releases, and keep `master` as the latest version.
374+
By using milestones, we can cherry-pick non-breaking changes into minor or patch releases, and keep `main` as the latest version.
375375

376376
**This is subject to change, hopefully.**
377377

@@ -380,7 +380,7 @@ By using milestones, we can cherry-pick non-breaking changes into minor or patch
380380
_It's easier to release often._
381381

382382
1. Decide whether this is a `patch`, `minor`, or `major` release.
383-
1. Checkout `master` in your working copy & pull.
383+
1. Checkout `main` in your working copy & pull.
384384
1. Modify `CHANGELOG.md`; follow the existing conventions in that file.
385385
Use the "pull request" number, unless there isn't one.
386386
_You do not need to add Markdown links; this is done automatically._
@@ -391,15 +391,15 @@ _It's easier to release often._
391391
(Hint--use `-m`: e.g., `npm version patch -m 'Release v%s'`)
392392
1. This command will update the list of authors (from the Git history) in `AUTHORS`, and add GitHub links to `CHANGELOG.md`.
393393
1. These changes are then added to the Git "stage" and will be added to the commit.
394-
1. Push `master` to `origin` with your new tag; e.g. `git push origin master --tags`
394+
1. Push `main` to `origin` with your new tag; e.g. `git push origin main --tags`
395395
1. Copy & paste the `CHANGELOG.md` lines to a new GitHub "release".
396396
Save release as draft.
397397
1. Meanwhile, you can check [the build](https://travis-ci.org/mochajs/mocha) on Travis-CI and [GitHub Actions](https://github.com/mochajs/mocha/actions?query=workflow%3A%22Windows+CI%22).
398398
1. Once the build is green, you'll want to trigger an update of `mochajs.org`:
399-
1. _If you're doing a prerelease_, fast-forward the `next` branch to `master`, and push it.
399+
1. _If you're doing a prerelease_, fast-forward the `next` branch to `main`, and push it.
400400
This updates [https://next.mochajs.org](https://next.mochajs.org).
401401
That's all.
402-
1. _If this is NOT a prerelease_, fast-forward the `mochajs.org` branch to `master` and push it.
402+
1. _If this is NOT a prerelease_, fast-forward the `mochajs.org` branch to `main` and push it.
403403
This updates [https://mochajs.org](https://mochajs.org).
404404
1. _If this is a "final" release_ (the first release of a major _after_ one or more prereleases) then remove the `next` tag from npm via `npm dist-tag rm next`.
405405
1. Finally, you're satisfied with the release notes, open your draft release on GitHub, then click "publish."

PROJECT_CHARTER.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The **Mocha** project is part of the [OpenJS Foundation], which operates transpa
3232
- Command-line execution and options
3333
- Browser-based execution and options
3434
- [Project administration](https://github.com/mochajs/admin)
35-
- [Contribution guide](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md)
35+
- [Contribution guide](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md)
3636
- General support for multiple levels of tests, including (but not limited to):
3737
- Unit tests
3838
- Integration tests
@@ -72,7 +72,7 @@ Changes to the following **cannot** unilaterally be applied by project leadershi
7272

7373
- Mocha's Project Charter (this document)
7474
- Mocha's [Code of Conduct]
75-
- Mocha's licenses: [MIT](https://github.com/mochajs/mocha/blob/master/LICENSE) (for code) and [CC-BY-4.0](https://github.com/mochajs/mocha/blob/master/docs/LICENSE-CC-BY-4.0) (for documentation/website)
75+
- Mocha's licenses: [MIT](https://github.com/mochajs/mocha/blob/main/LICENSE) (for code) and [CC-BY-4.0](https://github.com/mochajs/mocha/blob/main/docs/LICENSE-CC-BY-4.0) (for documentation/website)
7676

7777
### §3.1: Other Formal Project Relationships
7878

@@ -103,5 +103,5 @@ Section Intentionally Left Blank
103103
Section Intentionally Left Blank
104104

105105
[openjs foundation]: https://openjsf.org
106-
[maintainers.md]: https://github.com/mochajs/mocha/blob/master/MAINTAINERS.md
107-
[code of conduct]: https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md
106+
[maintainers.md]: https://github.com/mochajs/mocha/blob/main/MAINTAINERS.md
107+
[code of conduct]: https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p align="center">☕️ Simple, flexible, fun JavaScript test framework for Node.js & The Browser ☕️</p>
66

77
<p align="center">
8-
<a href="https://github.com/mochajs/mocha/actions?query=workflow%3ATests+branch%3Amaster"><img src="https://github.com/mochajs/mocha/workflows/Tests/badge.svg?branch=master" alt="GitHub Actions Build Status"></a>
8+
<a href="https://github.com/mochajs/mocha/actions?query=workflow%3ATests+branch%3Amain"><img src="https://github.com/mochajs/mocha/workflows/Tests/badge.svg?branch=main" alt="GitHub Actions Build Status"></a>
99
<a href="https://coveralls.io/github/mochajs/mocha"><img src="https://coveralls.io/repos/github/mochajs/mocha/badge.svg" alt="Coverage Status"></a>
1010
<a href="https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmochajs%2Fmocha?ref=badge_shield"><img src="https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmochajs%2Fmocha.svg?type=shield" alt="FOSSA Status"></a>
1111
<a href="https://discord.gg/KeDn2uXhER"><img alt="Chat - Discord" src="https://img.shields.io/badge/chat-Discord-5765F2.svg" /></a>
@@ -23,10 +23,10 @@
2323
## Links
2424

2525
- **[Documentation](https://mochajs.org)**
26-
- **[Release Notes / History / Changes](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)**
27-
- [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md)
28-
- [Contributing](https://github.com/mochajs/mocha/blob/master/.github/CONTRIBUTING.md)
29-
- [Development](https://github.com/mochajs/mocha/blob/master/.github/DEVELOPMENT.md)
26+
- **[Release Notes / History / Changes](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)**
27+
- [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md)
28+
- [Contributing](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md)
29+
- [Development](https://github.com/mochajs/mocha/blob/main/.github/DEVELOPMENT.md)
3030
- [Discord](https://discord.gg/KeDn2uXhER) (ask questions here!)
3131
- [Issue Tracker](https://github.com/mochajs/mocha/issues)
3232

@@ -59,7 +59,7 @@ You might want to help:
5959

6060
- New to contributing to Mocha? Check out this list of [good first issues](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22)
6161
- Mocha could use a hand with [these issues](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
62-
- The [maintainer's handbook](https://github.com/mochajs/mocha/blob/master/MAINTAINERS.md) explains how things get done
62+
- The [maintainer's handbook](https://github.com/mochajs/mocha/blob/main/MAINTAINERS.md) explains how things get done
6363

6464
Finally, come [chat with the maintainers on Discord](https://discord.gg/KeDn2uXhER) if you want to help with:
6565

@@ -69,6 +69,6 @@ Finally, come [chat with the maintainers on Discord](https://discord.gg/KeDn2uXh
6969

7070
## License
7171

72-
Copyright 2011-2022 OpenJS Foundation and contributors. Licensed [MIT](https://github.com/mochajs/mocha/blob/master/LICENSE).
72+
Copyright 2011-2022 OpenJS Foundation and contributors. Licensed [MIT](https://github.com/mochajs/mocha/blob/main/LICENSE).
7373

7474
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmochajs%2Fmocha.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmochajs%2Fmocha?ref=badge_large)

docs/API.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Otherwise, **you probably want the [main documentation](https://mochajs.org)**.
1313
## Other Links
1414

1515
- **[Main Documentation](https://mochajs.org)**
16-
- **[Release Notes / History / Changes](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)**
17-
- [Code of Conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md)
16+
- **[Release Notes / History / Changes](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)**
17+
- [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md)
1818
- [Discord](https://discord.gg/KeDn2uXhER) (ask questions here!)
1919
- [Issue Tracker](https://github.com/mochajs/mocha/issues)

docs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ cp: docs/_dist/_headers: No such file or directory
4040

4141
:copyright: 2016-2018 [JS Foundation](https://js.foundation) and contributors.
4242

43-
Content licensed [CC-BY-4.0](https://raw.githubusercontent.com/mochajs/mocha/master/docs/LICENSE-CC-BY-4.0).
43+
Content licensed [CC-BY-4.0](https://raw.githubusercontent.com/mochajs/mocha/main/docs/LICENSE-CC-BY-4.0).
4444

45-
Code licensed [MIT](https://raw.githubusercontent.com/mochajs/mocha/master/LICENSE-MIT).
45+
Code licensed [MIT](https://raw.githubusercontent.com/mochajs/mocha/main/LICENSE-MIT).

docs/api-tutorials/custom-reporter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you're looking to get started quickly, here's an example of a custom reporter
1313

1414
To use this reporter, execute `mocha --reporter /path/to/my-reporter.js`.
1515

16-
For further examples, the built-in reporter implementations are the [best place to look](https://github.com/mochajs/mocha/tree/master/lib/reporters). The [integration tests](https://github.com/mochajs/mocha/tree/master/test/reporters) may also be helpful.
16+
For further examples, the built-in reporter implementations are the [best place to look](https://github.com/mochajs/mocha/tree/main/lib/reporters). The [integration tests](https://github.com/mochajs/mocha/tree/main/test/reporters) may also be helpful.
1717

1818
## The `Base` Reporter Class
1919

docs/changelogs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ These are changelogs for (very) old versions of Mocha.
44

55
These changelogs are _not_ included in the website, and are here only for archival purposes.
66

7-
_If you're looking for the current changelog, [here is the current changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)._
7+
_If you're looking for the current changelog, [here is the current changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)._

0 commit comments

Comments
 (0)