@@ -5,11 +5,10 @@ We welcome contributions, but request you follow these guidelines.
55 - [ Raising issues] ( #raising-issues )
66 - [ Feature requests] ( #feature-requests )
77 - [ Pull-Requests] ( #pull-requests )
8- - [ Contributor License Agreement] ( #contributor-license-agreement )
98
109This project adheres to the [ Contributor Covenant 1.4] ( http://contributor-covenant.org/version/1/4/ ) .
1110By participating, you are expected to uphold this code. Please report unacceptable
12- behavior to any of the [ project's core team] ( https://github.com/orgs/node-red/teams/core ) .
11+ behavior to the project's core team at team@nodered.org .
1312
1413## Raising issues
1514
@@ -30,29 +29,21 @@ At a minimum, please include:
3029
3130## Feature requests
3231
33- For feature requests, please raise them on the [ mailing list] ( https://groups.google.com/forum/#!forum/node-red ) .
32+ For feature requests, please raise them on the [ mailing list] ( https://discourse.nodered.org ) .
3433
3534## Pull-Requests
3635
3736If you want to raise a pull-request with a new feature, or a refactoring
3837of existing code, it may well get rejected if you haven't discussed it on
39- the [ mailing list ] ( https://groups.google.com/forum/#!forum/node-red ) first.
38+ the [ forum ] ( https://discourse.nodered.org ) first.
4039
41- ### Contributor License Agreement
40+ All contributors need to sign the JS Foundation's Contributor License Agreement.
41+ It is an online process and quick to do. You can read the details of the agreement
42+ here: https://cla.js.foundation/node-red/node-red .
4243
43- In order for us to accept pull-requests, the contributor must first complete
44- a Contributor License Agreement (CLA). This clarifies the intellectual
45- property license granted with any contribution. It is for your protection as a
46- Contributor as well as the protection of IBM and its customers; it does not
47- change your rights to use your own Contributions for any other purpose.
44+ If you raise a pull-request without having signed the CLA, you will be prompted
45+ to do so automatically.
4846
49- You can download the CLAs here:
50-
51- - [ individual] ( http://nodered.org/cla/node-red-cla-individual.pdf )
52- - [ corporate] ( http://nodered.org/cla/node-red-cla-corporate.pdf )
53-
54- If you are an IBMer, please contact us directly as the contribution process is
55- slightly different.
5647
5748### Coding standards
5849
@@ -63,4 +54,3 @@ code base. Some basic rules include:
6354 - indent with 4-spaces, no tabs. No arguments.
6455 - opening brace on same line as ` if ` /` for ` /` function ` and so on, closing brace
6556 on its own line.
66- - There are .jshintrc and .jscsrc files included in the project which may help
0 commit comments