From 05795b82eb809f472c217ee0f40b1516adf5ae51 Mon Sep 17 00:00:00 2001 From: Tyler Ward Date: Mon, 19 Mar 2018 20:30:41 +0000 Subject: [PATCH 1/5] added software platforms file --- .gitignore | 3 ++ .../essential-knowledge/software-platforms | 50 +++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 content/essential-knowledge/software-platforms diff --git a/.gitignore b/.gitignore index d11f10b..4be815a 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,6 @@ typings/ # End of https://www.gitignore.io/api/node,hugo,intellij + +# windows files +Thumbs.db diff --git a/content/essential-knowledge/software-platforms b/content/essential-knowledge/software-platforms new file mode 100644 index 0000000..dd5c8c7 --- /dev/null +++ b/content/essential-knowledge/software-platforms @@ -0,0 +1,50 @@ + +# SourceBots Software and communications Platforms. + +## Mailing list + +The mailing list is used for important announcements such as meetings and discussions where input is required from volunteers. +The mailing list is public so sensitive information should not be placed here. + +You can sign up for the mailing list at https://groups.google.com/forum/#!forum/sourcebots + +## Slack +Slack is used for quick messaging and non-critical communications. +It should not be assumed that messages will be read by everyone, for important messages use the mailing list instead. + +Sign up at https://sourcebots.slack.com + +#### Some Notable channels +* general general discussion not competition related +* meetings discussion on upcoming meetings +* getting-involved How to get involved with SourceBots organisation / development +* sb-2018 organisation for the 2018 competition +* soton discussion for Southampton specific things + +## Trello + +Trello is mainly used for strategic planning. +Trello tasks will refer to things such as milestones on github issues or other similar objectives, components of features, issues and bugs should be in the components issue tracker rather than trello. +Some trello boards however will be used for tracking small tasks on things that don’t have a separate issue tracker. + +Trello can be accessed at https://trello.com/smallpeice2016 + + +## Github + +Github is the main storage location for our version controlled code. +It also provides issue tracking for the included repositories. + +The sourcebots github org can be found at https://github.com/sourcebots + +## Google Docs + +The google docs folder is used to store information that cannot or should not be stored publicly. + +https://drive.google.com/drive/folders/0Bx0mcmIgOQ42YVdaOU0yZ3IzMVk + + +## Sourcebots emails + +sourcebots.org Email addresses issued for those interacting with teams or similar needs. +If you have a need of one ask at a meeting and one will be created for you. From cc165e79c7306b38e76b4d20885c56959fb85e90 Mon Sep 17 00:00:00 2001 From: Tyler Ward Date: Mon, 19 Mar 2018 20:48:44 +0000 Subject: [PATCH 2/5] Fix page title issue --- content/essential-knowledge/software-platforms | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/essential-knowledge/software-platforms b/content/essential-knowledge/software-platforms index dd5c8c7..5946af9 100644 --- a/content/essential-knowledge/software-platforms +++ b/content/essential-knowledge/software-platforms @@ -1,5 +1,6 @@ - -# SourceBots Software and communications Platforms. +--- +title: SourceBots Software and communications Platforms. +--- ## Mailing list From c4dbad4c0185db878b9e18e37edf149f58734d3d Mon Sep 17 00:00:00 2001 From: Tyler Ward Date: Mon, 19 Mar 2018 21:26:27 +0000 Subject: [PATCH 3/5] fix file extension --- .../{software-platforms => software-platforms.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename content/essential-knowledge/{software-platforms => software-platforms.md} (100%) diff --git a/content/essential-knowledge/software-platforms b/content/essential-knowledge/software-platforms.md similarity index 100% rename from content/essential-knowledge/software-platforms rename to content/essential-knowledge/software-platforms.md From e0ae8dc47a23784ad608cb6e396b0c8eff93ae97 Mon Sep 17 00:00:00 2001 From: Tyler Ward Date: Mon, 19 Mar 2018 21:58:39 +0000 Subject: [PATCH 4/5] added organisations and slack channels to spell check --- .spelling | 9 +++++++++ content/essential-knowledge/software-platforms.md | 12 ++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.spelling b/.spelling index 1d3fd1c..5c12f84 100644 --- a/.spelling +++ b/.spelling @@ -1 +1,10 @@ SourceBots +sourcebots.co.uk + +#organisations +Github +Trello + +#slack channels +sb-2018 +soton diff --git a/content/essential-knowledge/software-platforms.md b/content/essential-knowledge/software-platforms.md index 5946af9..623646a 100644 --- a/content/essential-knowledge/software-platforms.md +++ b/content/essential-knowledge/software-platforms.md @@ -1,5 +1,5 @@ --- -title: SourceBots Software and communications Platforms. +title: Software and communications Platforms. --- ## Mailing list @@ -25,8 +25,8 @@ Sign up at https://sourcebots.slack.com ## Trello Trello is mainly used for strategic planning. -Trello tasks will refer to things such as milestones on github issues or other similar objectives, components of features, issues and bugs should be in the components issue tracker rather than trello. -Some trello boards however will be used for tracking small tasks on things that don’t have a separate issue tracker. +Trello tasks will refer to things such as milestones on github issues or other similar objectives, components of features, issues and bugs should be in the components issue tracker rather than Trello. +Some Trello boards however will be used for tracking small tasks on things that don’t have a separate issue tracker. Trello can be accessed at https://trello.com/smallpeice2016 @@ -36,7 +36,7 @@ Trello can be accessed at https://trello.com/smallpeice2016 Github is the main storage location for our version controlled code. It also provides issue tracking for the included repositories. -The sourcebots github org can be found at https://github.com/sourcebots +The SourceBots Github organisation can be found at https://github.com/sourcebots ## Google Docs @@ -45,7 +45,7 @@ The google docs folder is used to store information that cannot or should not be https://drive.google.com/drive/folders/0Bx0mcmIgOQ42YVdaOU0yZ3IzMVk -## Sourcebots emails +## SourceBots emails -sourcebots.org Email addresses issued for those interacting with teams or similar needs. +sourcebots.co.uk Email addresses issued for those interacting with teams or similar needs. If you have a need of one ask at a meeting and one will be created for you. From 445ffacd9082d22b08b340c7f97530fe2f5b2dcb Mon Sep 17 00:00:00 2001 From: Tyler Ward Date: Mon, 19 Mar 2018 22:07:00 +0000 Subject: [PATCH 5/5] fixed a non gapitalised github --- content/essential-knowledge/software-platforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/essential-knowledge/software-platforms.md b/content/essential-knowledge/software-platforms.md index 623646a..0e5f6ca 100644 --- a/content/essential-knowledge/software-platforms.md +++ b/content/essential-knowledge/software-platforms.md @@ -25,7 +25,7 @@ Sign up at https://sourcebots.slack.com ## Trello Trello is mainly used for strategic planning. -Trello tasks will refer to things such as milestones on github issues or other similar objectives, components of features, issues and bugs should be in the components issue tracker rather than Trello. +Trello tasks will refer to things such as milestones on Github issues or other similar objectives, components of features, issues and bugs should be in the components issue tracker rather than Trello. Some Trello boards however will be used for tracking small tasks on things that don’t have a separate issue tracker. Trello can be accessed at https://trello.com/smallpeice2016