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/CODE_OF_CONDUCT.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -100,4 +100,4 @@ This is a foundation-wide team established to manage escalation when a reporter
100
100
In order to escalate to the CoCP send an email to `"[email protected]`.
101
101
102
102
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).
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -99,11 +99,11 @@ Then:
99
99
- Add detail in subsequent lines.
100
100
- A pre-commit hook will run which automatically formats your staged changes (and fixes any problems it can) with ESLint and Prettier.
101
101
If ESLint fails to fix an issue, your commit will fail and you will need to manually correct the problem.
102
-
1. <aname="up-to-date"/> (Optional) Ensure you are up-to-date with Mocha's `master` branch:
102
+
1. <aname="up-to-date"/> (Optional) Ensure you are up-to-date with Mocha's `main` branch:
103
103
- 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`.
107
107
1. Push your changes to your fork; `git push origin`.
108
108
1. In your browser, navigate to [mochajs/mocha](https://github.com/mochajs/mocha).
109
109
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:
126
126
1. Be patient while your PR is reviewed.
127
127
This can take a while.
128
128
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`.
130
130
If this is the case, you will need to [update your PR](#up-to-date) and resolve your conflicts.
131
131
1. You don't need to make a new PR to any needed changes.
132
132
Instead, commit on top of your changes, and push these to your fork's branch.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/01-bug.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ body:
3
3
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
4
4
label: Bug Report Checklist
5
5
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)
7
7
required: true
8
8
- 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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/02-documentation.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ body:
3
3
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
4
4
label: Documentation Request Checklist
5
5
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)
7
7
required: true
8
8
- 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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/03-feature-request.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ body:
3
3
description: If any of these required steps are not taken, we may not be able to review your issue. Help us to help you!
4
4
label: Feature Request Checklist
5
5
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)
7
7
required: true
8
8
- 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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/04-repository-tooling.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ body:
5
5
options:
6
6
- label: I have tried restarting my IDE and the issue persists.
7
7
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.
9
9
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)
11
11
required: true
12
12
- 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.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Otherwise we may not be able to review your PR. -->
6
6
7
7
-[ ] Addresses an existing open issue: fixes #000
8
8
-[ ] 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
0 commit comments