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: README.md
+48-3Lines changed: 48 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ This project also contains some helper utilities that make addon development a b
21
21
***[Example](#example)**
22
22
***[API](#api)**
23
23
***[Tests](#tests)**
24
+
***[Governance & Contributing](#governance)**
24
25
25
26
<aname="news"></a>
26
27
## News & Updates
@@ -1277,9 +1278,53 @@ npm install
1277
1278
make test
1278
1279
```
1279
1280
1280
-
### Contributors
1281
1281
1282
-
NAN is only possible due to the excellent work of the following contributors:
1282
+
<aname="governance"></a>
1283
+
1284
+
## Governance & Contributing
1285
+
1286
+
NAN is governed by the [io.js](https://iojs.org/) NAN Working Group
1287
+
1288
+
### NAN Working Group (WG)
1289
+
1290
+
The NAN project is jointly governed by a Working Group which is responsible for high-level guidance of the project.
1291
+
1292
+
Members of the WG are also known as Collaborators, there is no distinction between the two, unlike other io.js projects.
1293
+
1294
+
The WG has final authority over this project including:
1295
+
1296
+
* Technical direction
1297
+
* Project governance and process (including this policy)
1298
+
* Contribution policy
1299
+
* GitHub repository hosting
1300
+
* Maintaining the list of additional Collaborators
1301
+
1302
+
For the current list of WG members, see the project [README.md](./README.md#collaborators).
1303
+
1304
+
Individuals making significant and valuable contributions are made members of the WG and given commit-access to the project. These individuals are identified by the WG and their addition to the WG is discussed via GitHub and requires unanimous consensus amongst those WG members participating in the discussion with a quorum of 50% of WG members required for acceptance of the vote.
1305
+
1306
+
_Note:_ If you make a significant contribution and are not considered for commit-access log an issue or contact a WG member directly.
1307
+
1308
+
For the current list of WG members / Collaborators, see the project [README.md](./README.md#collaborators).
1309
+
1310
+
### Consensus Seeking Process
1311
+
1312
+
The WG follows a [Consensus Seeking](http://en.wikipedia.org/wiki/Consensus-seeking_decision-making) decision making model.
1313
+
1314
+
Modifications of the contents of the NAN repository are made on a collaborative basis. Anybody with a GitHub account may propose a modification via pull request and it will be considered by the WG. All pull requests must be reviewed and accepted by a WG member with sufficient expertise who is able to take full responsibility for the change. In the case of pull requests proposed by an existing WG member, an additional WG member is required for sign-off. Consensus should be sought if additional WG members participate and there is disagreement around a particular modification.
1315
+
1316
+
If a change proposal cannot reach a consensus, a WG member can call for a vote amongst the members of the WG. Simple majority wins.
1317
+
1318
+
### Developer's Certificate of Origin 1.0
1319
+
1320
+
By making a contribution to this project, I certify that:
1321
+
1322
+
* (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
1323
+
* (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
1324
+
* (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
@@ -1294,6 +1339,6 @@ NAN is only possible due to the excellent work of the following contributors:
1294
1339
Licence & copyright
1295
1340
-----------------------
1296
1341
1297
-
Copyright (c) 2015 NAN contributors (listed above).
1342
+
Copyright (c) 2015 NAN WG Members / Collaborators (listed above).
1298
1343
1299
1344
Native Abstractions for Node.js is licensed under an MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.
0 commit comments