Skip to content

Commit fa85292

Browse files
authored
Merge pull request #437 from webpack/SpaceK33z-document-cla
Document CLA bot in contributing section
2 parents a14c4ab + b9877cd commit fa85292

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ From adding an issue for a documentation suggestion to creating a pull request:
1414
* `npm start`
1515
* Visit [http://localhost:3000](http://localhost:3000) to preview your changes before making a pull request.
1616

17+
## Contributor License Agreement
18+
19+
When submitting your contribution, a CLA (Contributor License Agreement) bot will come by to verify that you signed the CLA. If it is your first time, it will link you to the right place to sign it. However, if you have committed your contributions using an email that is not the same as your email used on GitHub, the CLA bot can't accept your contribution.
20+
21+
Run `git config user.email` to see your Git email, and verify it with [your GitHub email](https://github.com/settings/emails).
22+
1723
## Editor Config
1824

1925
The [.editorconfig](https://github.com/webpack/webpack.js.org/blob/develop/.editorconfig) in the root should ensure consistent formatting. Please make sure you've [installed the plugin](http://editorconfig.org/#download) if your text editor needs one.
@@ -88,4 +94,4 @@ This will add your name and Github profile photo to the document in production.
8894

8995
## Thank you
9096

91-
Webpack is insanely feature rich and documentation is a huge time sink. We greatly appreciate any time spent fixing typos or clarifying sections in the documentation.
97+
webpack is insanely feature rich and documentation is a huge time sink. We greatly appreciate any time spent fixing typos or clarifying sections in the documentation.

0 commit comments

Comments
 (0)