From 5809cd382e4b84a53bf18a29315fa6e2eebaa22b Mon Sep 17 00:00:00 2001 From: Phil Haack Date: Mon, 11 Feb 2019 09:29:51 -0800 Subject: [PATCH] Spell out the list of maintainers The @semver/maintainers team member list is not publicly displayed even though the team is public. It's only public to members of the org. This PR spells out the list of members and their affiliations. --- CONTRIBUTING.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96ae6eb..d185eac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,16 @@ all team members (see below) to merge. We welcome feedback from anyone on the direction of SemVer. However, a group of people, "the SemVer team," are responsible for making decisions about RFC PRs. The SemVer team is made up of representatives from package managers that use SemVer. -Team members are added and removed based on the consensus of the existing team members. The [@maintainers](https://github.com/orgs/semver/teams/maintainers) team on GitHub contains the official list of the members of "the SemVer team." +Team members are added and removed based on the consensus of the existing team members. The @maintainers team on GitHub contains the official list of the members of "the SemVer team." + +The maintainers are: + +* anangaur (NuGet) +* dherman (Notion) +* indirect (Bundler) +* isaacs (NPM) +* segiddins (CocoaPods) +* steveklabnik (Cargo) ## Participation commitment @@ -34,7 +43,6 @@ Participation in the SemVer governance process requires a commitment to maintain * With the understanding that implementation may present challenges and require time to complete, refusal on principle to implement approved RFCs will result in removal from the group. * Implementations may add functionality in advance of an approved RFC (in fact, they have to!) but all such functionality must be flagged as "experimental", so that users understand it may change in the future. (Maintainers are encouraged to perform these experimental changes on forks rather than the implementation in use by their package management communities, to reduce the chance of users coming to rely on experimental functionality.) - ## The lifecycle of an RFC Once a PR is tagged as an RFC: