-
Notifications
You must be signed in to change notification settings - Fork 1
added software platforms file #7
base: master
Are you sure you want to change the base?
Changes from all commits
05795b8
cc165e7
c4dbad4
e0ae8dc
445ffac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -131,3 +131,6 @@ typings/ | |
|
|
||
|
|
||
| # End of https://www.gitignore.io/api/node,hugo,intellij | ||
|
|
||
| # windows files | ||
| Thumbs.db | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,10 @@ | ||
| SourceBots | ||
| sourcebots.co.uk | ||
|
|
||
| #organisations | ||
| Github | ||
| Trello | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should Google be here too?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Isn't Google a common enough word to be picked up by spell checkers?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If the spell checker doesn't complain about it, we can assume so! |
||
|
|
||
| #slack channels | ||
| sb-2018 | ||
| soton | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| --- | ||
| title: 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 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would this be better solved by making the "notable" channels the defaults for new people on slack? That avoids the need to keep two places in sync (both in terms of what the list is and the documentation of each element). |
||
| * general general discussion not competition related | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'd be interested in exploring setting these to links to the room URLs directly. Also, it might look nicer prefixed with a hash, although i'm not sure if markdown will format those incorrectly?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Either way, room names need some kind of emphasis or seperation from their descriptions There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I quite like formatting slack room names like this:
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The hash prefix and hyperlink is nice, however does make the content noisy. Perhaps just bold and hash for now will do, and a shortcode helper later down the line might be nice! |
||
| * meetings discussion on upcoming meetings | ||
| * getting-involved How to get involved with SourceBots organisation / development | ||
| * sb-2018 organisation for the 2018 competition | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. might be worth changing this to "sb-20xx" where xx finishes the year... it means we won't have to change this every time |
||
| * soton discussion for Southampton specific things | ||
|
|
||
| ## Trello | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Might it be worth noting that Trello tasks are assigned to people ?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Trello tasks arent often assigned to people. Unless there's specific knowledge or access, theyre unassigned, so people can pick them up when they wish |
||
| 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. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. GitHub |
||
| 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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. GitHub |
||
|
|
||
| Github is the main storage location for our version controlled code. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. GitHub |
||
| It also provides issue tracking for the included repositories. | ||
|
|
||
| The SourceBots Github organisation can be found at https://github.com/sourcebots | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. GitHub (Sorry) XD |
||
|
|
||
| ## Google Docs | ||
|
|
||
| The google docs folder is used to store information that cannot or should not be stored publicly. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
|
||
| https://drive.google.com/drive/folders/0Bx0mcmIgOQ42YVdaOU0yZ3IzMVk | ||
|
|
||
|
|
||
| ## SourceBots emails | ||
|
|
||
| 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. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub style their name with a capital H, which we should probably stick with.