From 8658cc3cd2c957727863cf4b71c5b283abb6a586 Mon Sep 17 00:00:00 2001 From: Kendall Nelson Date: Fri, 13 Apr 2018 16:33:48 -0700 Subject: [PATCH] [upstream] Adds/Updates Exercises This patch adds more details to exercises and adds new exercises for the communication and task-tracking modules. Change-Id: I9efb70109263d97bd809eb2ccde5c4dee3f7450f --- .../slides/howitsmade-communication.rst | 21 +++++--- .../source/slides/workflow-task-tracking.rst | 53 +++++++++++++++---- 2 files changed, 57 insertions(+), 17 deletions(-) diff --git a/doc/upstream-training/source/slides/howitsmade-communication.rst b/doc/upstream-training/source/slides/howitsmade-communication.rst index 3661c5d6..a54d06ae 100644 --- a/doc/upstream-training/source/slides/howitsmade-communication.rst +++ b/doc/upstream-training/source/slides/howitsmade-communication.rst @@ -12,18 +12,25 @@ Online Communication Exercise 1 ========== -Join the channel of the project(s) you are interested in and find the -logs from the most recent meeting. +* Join the channel of the project(s) you are interested in +* Find the logs from the most recent meeting. +* Who spoke the most during that meeting? + Exercise 2 ========== -Look up when the next meeting is for the channel you joined and where -the meeting is conducted (#openstack-meeting, #openstack-meeting-3, etc). +* Look up when the next meeting is for the project who's channel you joined +* Where is the meeting is conducted (#openstack-meeting, #openstack-meeting-3, + etc)? +* Share something you find interesting from the proposed agenda. + Exercise 3 ========== -Look through the list of mailing lists and subscribe to at least -one list of interest. Once subscribed, locate the archives -for that ML. +* Look through the list of mailing lists and subscribe to at least + one list of interest. +* Locate the archives for that ML. What email thread has the most responses + this month? + diff --git a/doc/upstream-training/source/slides/workflow-task-tracking.rst b/doc/upstream-training/source/slides/workflow-task-tracking.rst index fac60ff9..7e35c600 100644 --- a/doc/upstream-training/source/slides/workflow-task-tracking.rst +++ b/doc/upstream-training/source/slides/workflow-task-tracking.rst @@ -9,19 +9,52 @@ Task Tracking .. note:: Tags: [operator] [user] [new_dev] [dev] -Exercise -======== +Exercise 1 +========== -Create and submit a bug or blueprint to our sandbox repository. Include at -least one tag when creating your bug. Once it has been created, assign it -to yourself. +Create and submit a bug to our sandbox repository. Include at +least one tag when creating your bug. Once it has been created, +assign it to yourself. https://bugs.launchpad.net/openstack-dev-sandbox/+filebug -Exercise -======== +Exercise 2 +========== -Create a worklist, with a story that has at least two tasks in the sandbox -enivronment. After it's been created assign the tasks to yourself. +Create and register a blueprint against the sandbox repository. +Include a description and assign yourself. -https://storyboard-dev.openstack.org/ +https://blueprints.launchpad.net/openstack-dev-sandbox + +Exercise 3 +========== + +Go post comments on a blueprint or a bug that was created by +someone in your group. + +Examples: You can ask a question about the issue +or proposed feature. You can confirm the issue and update its +status to triaged. + +Exercise 4 +========== + +Create a board with at least two worklists (one manual and one automatic) +for organizing tasks you are going to create. For the automatic worklist, +give at least two criteria for the items that will go into the worklist. + +https://storyboard-dev.openstack.org/#!/dashboard/ + +Exercise 5 +========== + +Create three stories for your worklists. At least one of them should +meet the criteria that enables it to appear in your automatic worklist. +Each story must have a minimum of two tasks that are named differently +than the story name. + +Exercise 6 +========== + +Share your board with your group. Assign yourself to three tasks on +other people's stories. Comment on one story.