summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-06-02 23:24:23 +0200
committerRich Trott <rtrott@gmail.com>2018-06-05 15:22:15 -0700
commitfc3fd60413918b2d96290726a52cb3fb361cd2d5 (patch)
tree11dbf12372d590617ab216cf3c120371314c4850
parent327ce2dc920cad2bb51041351d6b236933ea058e (diff)
downloadandroid-node-v8-fc3fd60413918b2d96290726a52cb3fb361cd2d5.tar.gz
android-node-v8-fc3fd60413918b2d96290726a52cb3fb361cd2d5.tar.bz2
android-node-v8-fc3fd60413918b2d96290726a52cb3fb361cd2d5.zip
doc: add offboarding doc
Add minimal document for what to do when a Collaborator moves to Collaborator Emeritus or leaves the project. PR-URL: https://github.com/nodejs/node/pull/21103 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Lance Ball <lball@redhat.com> Reviewed-By: Matheus Marchini <matheus@sthima.com>
-rw-r--r--doc/offboarding.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/offboarding.md b/doc/offboarding.md
new file mode 100644
index 0000000000..5b7a1e1231
--- /dev/null
+++ b/doc/offboarding.md
@@ -0,0 +1,16 @@
+# Offboarding
+
+This document is a checklist of things to do when a Collaborator becomes
+Emeritus or leaves the project.
+
+* Remove the Collaborator from the @nodejs/collaborators team.
+* Open a fast-track pull request to move the Collaborator to Collaborator
+ Emeriti in README.md.
+* Email the TSC mailing list to notify TSC members that the Collaborator is
+ moving to Collaborator Emeritus.
+* Determine what GitHub teams the Collaborator belongs to. In consultation with
+ the Collaborator, determine which of those teams they should be removed from.
+ * Some teams may also require a pull request to remove the Collaborator from
+ a team listing. For example, if someone is removed from @nodejs/build,
+ they should also be removed from the Build WG README.md file in the
+ https://github.com/nodejs/build repository.