diff options
-rw-r--r-- | doc/LEAVERS | 4 | ||||
-rw-r--r-- | doc/NEW_STARTERS | 2 | ||||
-rw-r--r-- | tools/README | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/LEAVERS b/doc/LEAVERS index 0fcb9ff..65af310 100644 --- a/doc/LEAVERS +++ b/doc/LEAVERS | |||
@@ -3,11 +3,11 @@ LEAVERS | |||
3 | These are the steps for someone leaving the team. | 3 | These are the steps for someone leaving the team. |
4 | 4 | ||
5 | Leaver has to: | 5 | Leaver has to: |
6 | - Update all current issues on Github | 6 | - Update all current issues on GitHub |
7 | 7 | ||
8 | Administration tasks: | 8 | Administration tasks: |
9 | - Reassign leaver's tracker items to project lead | 9 | - Reassign leaver's tracker items to project lead |
10 | - Remove from Github's project members. This will include GIT access. | 10 | - Remove from GitHub's project members. This will include Git access. |
11 | - Remove access from project server | 11 | - Remove access from project server |
12 | - If applicable, remove from mailing list administrators | 12 | - If applicable, remove from mailing list administrators |
13 | - Keep on nagiosplug-team mailing list, unless specifically requested to be removed | 13 | - Keep on nagiosplug-team mailing list, unless specifically requested to be removed |
diff --git a/doc/NEW_STARTERS b/doc/NEW_STARTERS index 3e79367..ba19449 100644 --- a/doc/NEW_STARTERS +++ b/doc/NEW_STARTERS | |||
@@ -5,7 +5,7 @@ These are the steps for adding someone to the team. | |||
5 | Need to know: | 5 | Need to know: |
6 | - Name | 6 | - Name |
7 | - Primary email for nagiosplug-team mailings | 7 | - Primary email for nagiosplug-team mailings |
8 | - Github account | 8 | - GitHub account |
9 | - Type of member (translator, developer, release manager, project administrator) | 9 | - Type of member (translator, developer, release manager, project administrator) |
10 | 10 | ||
11 | 1. Add member to nagiosplug-team mailing list (https://lists.sourceforge.net/lists/admin/nagiosplug-team) | 11 | 1. Add member to nagiosplug-team mailing list (https://lists.sourceforge.net/lists/admin/nagiosplug-team) |
diff --git a/tools/README b/tools/README index 98c243b..825ee56 100644 --- a/tools/README +++ b/tools/README | |||
@@ -1,8 +1,8 @@ | |||
1 | The tools subdirectory contains anciliary files that can be used to configure | 1 | The tools subdirectory contains anciliary files that can be used to configure |
2 | or test the plugins. | 2 | or test the plugins. |
3 | 3 | ||
4 | 1. setup - used to get the configuration initialized after a CVS download | 4 | 1. setup - used for initialization after cloning the Git repository |
5 | 2. tango - | 5 | 2. tango - |
6 | 3. mini_epn/p1.pl - used to test perl plugins for functionality under embedded | 6 | 3. mini_epn/p1.pl - used to test perl plugins for functionality under embedded |
7 | perl | 7 | perl |
8 | 4. distclean - used to clean the sources leaving only original CVS files | 8 | 4. distclean - used to clean the sources leaving only original Git files |