Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 22 additions & 8 deletions Governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ is for there to be:
- 72 hours since the PR was opened

#### pkgjs organization

All members of the pkgjs organization will be required to have 2FA enabled,
and the repository will be configured to enforce this requirement.

Expand Down Expand Up @@ -165,14 +166,27 @@ package to the `@pkgjs` org on npm.

##### Maintainers

Maintainers for the repositories in the Pkgjs repository are managed
through a team created for each repository. They will be named as
[REPO-maintainers](https://github.com/orgs/pkgjs/teams/REPO-maintainers/)
where REPO is the name of the repository. Administrative members are given
the maintainer role these team and can add/remove members as appropriate.
In addition all maintainers for a given repository can add/remove
maintainers are given the maintainer role for the teams for which they are
added and can add/remove members as appropriate.
Maintainers for repositories in the pkgjs organization follow a "captains"
model.

- **Captains:** One or more captains provide long-term stewardship and act
as the maintainers for the repository. Captains are a named team
[REPO-captains](https://github.com/orgs/pkgjs/teams/REPO-captains/) and are
responsible for the maintenance and releases of the repository. Captains
hold push access and may perform the following duties:
- Review, approve, and merge pull requests, and manage issues in
accordance with the repository's policies.
- Resolve disputes among contributors and act as a tie-breaker when
consensus cannot be reached.
- Make and manage releases for the repository, including creating GitHub
releases and publishing packages when appropriate.
- Nominate additional captains for repositories they steward. Nominations
must be made by opening a pull request that updates `captains.md` in this repository.

Administrative members of the package-maintenance working group are given
the captain role on the `REPO-captains` team and may add or remove captains
as appropriate.
For the current list of captains for each repository see [captains.md](captains.md).

##### Landing PRs

Expand Down
19 changes: 19 additions & 0 deletions captains.md
Copy link
Copy Markdown
Member Author

@bjohansebas bjohansebas Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m not sure if anyone else wants to be a captain or if we’re missing someone here, please add it as a suggestion or let me know.

Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Captains (pkgjs repositories)

- [pkgjs/create-package-json](https://github.com/pkgjs/create-package-json):
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does anyone want to continue maintaining this package, given that you’re on the create-collaborations team?

cc: @ruyadorno @darcyclarke @thescientist13 @wesleytodd @rodion-arr @rxmarbles @zackschuster @jonchurch @Ethan-Arrowood

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [pkgjs/create-package-json](https://github.com/pkgjs/create-package-json):
- [pkgjs/create-package-json](https://github.com/pkgjs/create-package-json): @wesleytodd

I am doing so. Just pushed some PRs yesterday (added y'all as reviewers if you have time).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will review the PRs, but yes @bjohansebas keep me in there please and thank you 😄

- [pkgjs/statusboard](https://github.com/pkgjs/statusboard): @bjohansebas
Comment thread
bjohansebas marked this conversation as resolved.
Outdated
- [pkgjs/gh-pages](https://github.com/pkgjs/gh-pages):
- [pkgjs/support](https://github.com/pkgjs/support):
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does anyone want to continue maintaining this package, given that you’re on the support-collaborations team?
cc: @ljharb @wesleytodd @rodion-arr @mhdawson @Eomm

Copy link
Copy Markdown
Member

@ljharb ljharb Dec 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep me on the list, but I think this package should be deprecated soon in favor of the new CLE standard. (and i'm happy to do that work when it's time)

- [pkgjs/triagebot](https://github.com/pkgjs/triagebot):
- [pkgjs/create-pkg](https://github.com/pkgjs/create-pkg):
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does anyone want to continue maintaining this package, given that you’re on the create-collaborations team?

cc: @ruyadorno @darcyclarke @thescientist13 @wesleytodd @rodion-arr @rxmarbles @zackschuster @jonchurch @Ethan-Arrowood

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [pkgjs/create-pkg](https://github.com/pkgjs/create-pkg):
- [pkgjs/create-pkg](https://github.com/pkgjs/create-pkg): @wesleytodd

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto here

- [pkgjs/nv](https://github.com/pkgjs/nv): @wesleytodd
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does anyone want to continue maintaining this package, given that you’re on the nv-collaborations team?

cc: @wesleytodd @rxmarbles @dominykas

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be happy to be added as well

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah toss me in that

- [pkgjs/detect-node-support](https://github.com/pkgjs/detect-node-support):
- [pkgjs/membership-updater](https://github.com/pkgjs/membership-updater):
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This project was barely an idea, so is one we for sure should either archive or re-home until someone has a reason to work on it.

- [pkgjs/dependents](https://github.com/pkgjs/dependents):
- [pkgjs/meet](https://github.com/pkgjs/meet): @bjohnansebas @ctcpip @wesleytodd
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc: @ctcpip

- [pkgjs/wiby](https://github.com/pkgjs/wiby): @bjohansebas
- [pkgjs/parseargs](https://github.com/pkgjs/parseargs):
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [pkgjs/parseargs](https://github.com/pkgjs/parseargs):
- [pkgjs/parseargs](https://github.com/pkgjs/parseargs): @bjohansebas

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does anyone else want to take responsibility for this package?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to be added, yes :-)

- [pkgjs/action](https://github.com/pkgjs/action): @dominykas
- [pkgjs/action-import-blocklist](https://github.com/pkgjs/action-import-blocklist)
- [pkgjs/patch-my-code-of-conduct](https://github.com/pkgjs/patch-my-code-of-conduct)
- [pkgjs/request-codeowner-review](https://github.com/pkgjs/request-codeowner-review): @avivkeller