diff options
author | Andre Arko <andre@arko.net> | 2018-08-10 21:29:35 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2018-08-10 22:04:13 -0700 |
commit | 4f98090c5ea8abcc3a2f32e455e5bac2ce5f76e9 (patch) | |
tree | 444693dfd2eece7069a1e4d903740c26e00a0c55 /doc | |
parent | a4e12d663cb5e1597cbec7ea07f6750ca9735895 (diff) | |
download | bundler-4f98090c5ea8abcc3a2f32e455e5bac2ce5f76e9.tar.gz |
better formatting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/playbooks/TEAM_CHANGES.md | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/doc/playbooks/TEAM_CHANGES.md b/doc/playbooks/TEAM_CHANGES.md index 0ef2e562f5..7ad56bc182 100644 --- a/doc/playbooks/TEAM_CHANGES.md +++ b/doc/playbooks/TEAM_CHANGES.md @@ -9,24 +9,31 @@ Interested in adding someone to the team? Here's the process. 1. An existing team member nominates a potential team member to the rest of the team. 1. The existing team reaches consensus about whether to invite the potential member. 1. The nominator reaches out to the potential member and invites them to join the team. -1. After the potential member accepts: +1. The nominator also sends the candidate a link to [POLICIES](https://github.com/bundler/bundler/blob/master/doc/POLICIES.md#bundler-policies) as an orientation for being on the team. +1. If the potential member accepts: - Invite them to the maintainers Slack channel - Add them to the [maintainers team][org_team] on GitHub - Add them to the [Team page][team] on bundler.io, in the [maintainers list][maintainers] - Add them to the [list of team members][list] in `contributors.rake` - Add them to the authors list in `bundler.gemspec` - - Add them to the owners list on RubyGems.org by running `gem owner -a EMAIL bundler` -1. Finally, send them a link to [POLICIES](https://github.com/bundler/bundler/blob/master/doc/POLICIES.md#bundler-policies) as an orientation for being on the team. + - Add them to the owners list on RubyGems.org by running + ``` + $ gem owner -a EMAIL bundler + ``` + ## Removing a team member When the conditions in [POLICIES](https://github.com/bundler/bundler/blob/master/doc/POLICIES.md#maintainer-team-guidelines) are met, or when team members choose to retire, here's how to remove someone from the team. -1. Remove them from the owners list on RubyGems.org by running `gem owner -r EMAIL bundler`. -1. Remove their entry on the [Team page][team] on bundler.io, in the [maintainers list][maintainers] -1. Remove them from the [list of team members][list] in `contributors.rake` -1. Remove them from the [maintainers team][org_team] on GitHub -1. Remove them from the maintainers Slack channel +- Remove them from the owners list on RubyGems.org by running + ``` + $ gem owner -r EMAIL bundler + ``` +- Remove their entry on the [Team page][team] on bundler.io, in the [maintainers list][maintainers] +- Remove them from the [list of team members][list] in `contributors.rake` +- Remove them from the [maintainers team][org_team] on GitHub +- Remove them from the maintainers Slack channel [org_team]: https://github.com/orgs/bundler/teams/maintainers/members [team]: https://bundler.io/contributors.html |