From d59b24beda21c9696a5a1276a62ce503c7246caa Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Mon, 8 Jul 2019 09:44:30 -0700 Subject: [PATCH] process: do not confuse security team and wg (#559) processes/security_team_members are the Node.js security team members processes/security_team_on/offboarding is completely unrelated to the above team, its about the security WG team. This is confusing, so change the file name to make the purpose clear. --- processes/{security_team_offboarding.md => wg_offboarding.md} | 0 processes/{security_team_onboarding.md => wg_onboarding.md} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename processes/{security_team_offboarding.md => wg_offboarding.md} (100%) rename processes/{security_team_onboarding.md => wg_onboarding.md} (100%) diff --git a/processes/security_team_offboarding.md b/processes/wg_offboarding.md similarity index 100% rename from processes/security_team_offboarding.md rename to processes/wg_offboarding.md diff --git a/processes/security_team_onboarding.md b/processes/wg_onboarding.md similarity index 100% rename from processes/security_team_onboarding.md rename to processes/wg_onboarding.md