Skip to content

Commit 69fe211

Browse files
authored
chore: add charter (#14948)
1 parent fd3cd87 commit 69fe211

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

GOVERNANCE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# `jest` Project Governance
2+
3+
## Maintainers
4+
5+
- [@SimenB](https://github.com/SimenB)
6+
7+
Maintainers are responsible for issue/PR triage, feature additions, maintenance, bugfixes, security fixes, releases, promoting existing contributors to maintainers, managing repo and CI configuration, etc.
8+
9+
Promoting contributors to maintainers is done by a maintainer after a significant number of high-quality PRs.
10+
11+
## Contributors
12+
13+
Anyone who contributes code or content or time, via issues or pull requests or otherwise. Contributors have access to triaging issues/PRs and commit access to the repository.
14+
15+
## Outside Contributors
16+
17+
Anyone who contributes code or content or time, via issues or pull requests or otherwise. Outside Contributors do not have any additional permissions on the project.

PROJECT_CHARTER.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# `jest` Charter
2+
3+
Jest is a modular test runner and framework for JavaScript, designed for running using Node.js on all of its supported platforms. It is a modular runner than can run and test any JavaScript, TypeScript, or other language that compiles to JavaScript. It is designed to be easy to use and to have a low barrier to entry, while still being flexible and powerful.
4+
5+
## Section 0: Guiding Principles
6+
7+
The `jest` project is part of the [OpenJS Foundation][openjs foundation]. The project operates transparently, openly, collaboratively, and ethically. Project proposals, timelines, and status must not merely be open, but also easily visible to outsiders.
8+
9+
## Section 1: Scope
10+
11+
`jest` is primarily a test framework and test runner, focused on making it easy to test any JS code, either written for the server, the client or both. The Jest project consists of many different smaller modules, such as the assertion library, test runner, diffing algorithm, object serializer, task manager, and more. The project is designed to be modular, so that it can be used in a variety of different environments and for different purposes.
12+
13+
## Section 2: Relationship with OpenJS Foundation CPC.
14+
15+
Technical leadership for the projects within the [OpenJS Foundation][openjs foundation] is delegated to the projects through their project charters by the [OpenJS Foundation Cross-Project Council](https://openjsf.org/about/governance/) (CPC). In the case of the `jest` project, it is delegated to the [`jest` Maintainers](GOVERNANCE.md#maintainers) (the “Maintainers”). The OpenJS Foundation's business leadership is the Board of Directors (the “Board”).
16+
17+
This `jest` Charter reflects a carefully constructed balanced role for the Maintainers and the CPC in the governance of the OpenJS Foundation. The charter amendment process is for the Maintainers to propose changes using simple majority of the full Maintainers, the proposed changes being subject to review and approval by the CPC. The CPC may additionally make amendments to the project charter at any time, though the CPC will not interfere with day-to-day discussions, votes, or meetings of the Maintainers.
18+
19+
### 2.1 Other Formal Project Relationships
20+
21+
Section Intentionally Left Blank
22+
23+
## Section 3: `jest`'s Maintainers Governing Body
24+
25+
`jest` is governed by its [maintainers](GOVERNANCE.md#maintainers).
26+
27+
## Section 4: Roles & Responsibilities
28+
29+
The roles and responsibilities of `jest`'s Maintainers are described in [GOVERNANCE.md](./GOVERNANCE.md).
30+
31+
### Section 4.1 Project Operations & Management
32+
33+
Section Intentionally Left Blank
34+
35+
### Section 4.2: Decision-making, Voting, and/or Elections
36+
37+
The project will define a consensus-driven governance model in GOVERNANCE.md as need arises.
38+
39+
### Section 4.3: Other Project Roles
40+
41+
Section Intentionally Left Blank
42+
43+
## Section 5: Definitions
44+
45+
_Maintainers_: responsible for the technical direction of the project and for release management.
46+
47+
_Core contributors_: Maintainers delegate project responsibilities to core contributors, as documented in [GOVERNANCE.md](./GOVERNANCE.md).
48+
49+
[openjs foundation]: https://openjsf.org

0 commit comments

Comments
 (0)