-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add governance, CoC and contributing (#107)
- Loading branch information
Showing
3 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Code of Conduct | ||
|
||
The Code of Conduct, which applies to this project, can be found at | ||
https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Contributing to `require-in-the-middle` | ||
|
||
## Code of Conduct | ||
|
||
Please read the | ||
[Code of Conduct](https://github.com/nodejs/admin/blob/main/CODE_OF_CONDUCT.md) | ||
which explains the minimum behavior expectations for `require-in-the-middle` contributors. | ||
|
||
<a id="developers-certificate-of-origin"></a> | ||
## Developer's Certificate of Origin 1.1 | ||
|
||
By making a contribution to this project, I certify that: | ||
|
||
* (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 | ||
|
||
* (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 | ||
|
||
* (c) The contribution was provided directly to me by some other | ||
person who certified (a), (b) or (c) and I have not modified | ||
it. | ||
|
||
* (d) I understand and agree that this project and the contribution | ||
are public and that a record of the contribution (including all | ||
personal information I submit with it, including my sign-off) is | ||
maintained indefinitely and may be redistributed consistent with | ||
this project or the open source license(s) involved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# `require-in-the-middle` Project Governance | ||
|
||
## Collaborators | ||
|
||
`require-in-the-middle` core collaborators maintain the | ||
[nodejs/require-in-the-middle](https://github.com/nodejs/require-in-the-middle) | ||
GitHub repository. The GitHub team for `require-in-the-middle` core | ||
collaborators is | ||
[@nodejs/require-in-the-middle-maintainers](https://github.com/orgs/nodejs/teams/require-in-the-middle-maintainers). | ||
Collaborators have commit access to the | ||
[nodejs/require-in-the-middle](https://github.com/nodejs/require-in-the-middle) | ||
repository. | ||
|
||
Both collaborators and non-collaborators may propose changes to the | ||
`require-in-the-middle` source code. The mechanism to propose such a change is a | ||
GitHub pull request. Collaborators review and merge (_land_) pull requests. | ||
|
||
## PR Approval | ||
|
||
Two collaborators must approve a pull request before the pull request can land. | ||
Approving a pull request indicates that the collaborator accepts responsibility | ||
for the change. Approval must be from collaborators who are not authors of the | ||
change and at least one approval must be from a collaborator outside the authors | ||
direct team. | ||
|
||
If a collaborator opposes a proposed change, then the change cannot land. Often, | ||
discussions or further changes result in collaborators removing their | ||
opposition. |