Skip to content

Commit 86e76f9

Browse files
skeggseboneskull
authored andcommitted
Add CLA link (#3020) [ci skip]
* Add link to CLA in README * Add CLA link to CONTRIBUTING document
1 parent 37193a4 commit 86e76f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Follow these steps to get going. If you are having trouble, don't be afraid to
6262
1. Navigate to the source repository. You should see a notification about your recent changes in your fork's branch, with a button to create a pull request. Click it.
6363
1. Describe your changes in detail here. Once you're satisfied, submit the form.
6464
- *PRO TIP*: If you've used a multi-line commit message, Github will pre-fill the PR's description with it.
65-
1. If you have not signed our Contributor License Agreement, a friendly robot will prompt you to do so. A CLA (electronic) signature is **required** for all contributions of code to Mocha.
65+
1. If you have not signed our Contributor License Agreement, a friendly robot will prompt you to do so. A [CLA](https://cla.js.foundation/mochajs/mocha) (electronic) signature is **required** for all contributions of code to Mocha.
6666
1. CI will run against your changes.
6767
- If the changes fail the checks, you will need to address those before merging.
6868
- You don't need to make a new PR to make changes. Instead, commit on top of your changes, and push these to your fork's branch. The PR will be updated, and CI will re-run.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2. Review current open pull requests
2020
- We need individuals familiar with Mocha's codebase. Got questions? Ask them in [our chat room](https://gitter.im/mochajs/mocha).
2121
- Pull requests **must** have supporting tests. The only exceptions are pure cosmetic or non-functional changes.
22-
- Pull request contributors must sign the CLA.
22+
- Pull request contributors must sign [the CLA](https://cla.js.foundation/mochajs/mocha).
2323
3. Close old, inactive issues and pull requests
2424
- ~~A bot should do this. We need a bot. Got a bot?~~ We now use GitHub's own [probot-stale](https://www.npmjs.com/package/probot-stale).
2525
4. Triage issues

0 commit comments

Comments
 (0)