Skip to content

Commit 62353be

Browse files
committed
Update innersource
1 parent 95a91b2 commit 62353be

File tree

9 files changed

+24
-26
lines changed

9 files changed

+24
-26
lines changed

github/manage-innersource-program-github/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
title: Introduction
66
description: Learn to manage a successful InnerSource program on GitHub through effective discoverability, guidance, and maintenance.
77
ms.date: 06/26/2020
8-
author: tpetchel
9-
ms.author: thpetche
8+
author: a-a-ron
9+
ms.author: aastewar
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
1212
durationInMinutes: 2

github/manage-innersource-program-github/2-manage-innersource-program.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
title: How to manage a successful InnerSource program
66
description: Learn to manage a successful InnerSource program on GitHub through effective discoverability, guidance, and maintenance.
77
ms.date: 06/26/2020
8-
author: tpetchel
9-
ms.author: thpetche
8+
author: a-a-ron
9+
ms.author: aastewar
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
1212
durationInMinutes: 8

github/manage-innersource-program-github/3-innersource-fundamentals.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
title: Exercise - InnerSource fundamentals
66
description: Learn to manage a successful InnerSource program on GitHub through effective discoverability, guidance, and maintenance.
77
ms.date: 06/26/2020
8-
author: tpetchel
9-
ms.author: thpetche
8+
author: a-a-ron
9+
ms.author: aastewar
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
1212
durationInMinutes: 36

github/manage-innersource-program-github/4-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
title: Knowledge check
66
description: Check what you've learned.
77
ms.date: 06/26/2020
8-
author: tpetchel
9-
ms.author: thpetche
8+
author: a-a-ron
9+
ms.author: aastewar
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
1212
durationInMinutes: 3

github/manage-innersource-program-github/5-summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
title: Summary
66
description: Review what you've learned.
77
ms.date: 06/26/2020
8-
author: tpetchel
9-
ms.author: thpetche
8+
author: a-a-ron
9+
ms.author: aastewar
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
1212
durationInMinutes: 1

github/manage-innersource-program-github/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ In this module, you'll learn to:
2323
- The ability to navigate and edit files in GitHub
2424
- Familiarity with pull requests
2525

26-
We recommend that you complete [Introduction to GitHub](/learn/modules/introduction-to-github) before beginning this module.
26+
We recommend that you complete [Introduction to GitHub](/training/modules/introduction-to-github) before beginning this module.
Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
In this exercise, you'll use GitHub Learning Lab to learn how to manage a successful InnerSource program on GitHub through effective discoverability, guidance, and maintenance.
1+
An integral part of adopting InnerSource within your team is establishing goals, milestones, and then creating a checklist of items that need to be accomplished within your team to meet those goals.
22

3-
GitHub Learning Lab is an integrated experience that's easy to use. You'll get feedback and instructions throughout the lab as you work in your GitHub repository.
3+
The following guide will provide you with a getting started and expanded checklist of items to include in your GitHub repositories for the following categories:
44

5-
Here are a few suggestions to make the Learning Lab exercise more enjoyable.
5+
- Team
6+
- Repository
7+
- Project
8+
- Developers
69

7-
- GitHub Learning Lab is installed on your account in the first step of this lab. If you're asked, be sure to *install it on all repositories*. This won't affect the organizations of which you're a member, just the personal repositories that the lab creates for you.
8-
- After the install, you may be returned to the main page. To get back to your lab, just use the button on the bottom of this page.
9-
- GitHub will create a repository for you to use. Give permissions to GitHub Learning Lab.
10-
- GitHub Learning Lab will set itself as a reviewer on your pull requests so that it can give you the next steps just in time. Sometimes reviewing your pull request will take a few minutes.
11-
- When you're given a link for creating or editing a file or told to open a tab, **be sure to open it in another tab in your browser**. This way, you can come back to the instructions without leaving the file.
12-
- Comments and instructions will continue on your pull request or in an issue on your repository.
10+
Using the provided checklists, pick one of the above categories and compare the list of items to one of your existing repositories. If focusing on the repository itself, what files do you need to add or remove to add clarity around its purpose and how to contribute to or open up issues.
1311

14-
When you've finished the exercise in GitHub, return here for:
12+
When you've read through the guide and have identified ways to improve your own GitHub repositories, return here for:
1513

1614
> [!div class="checklist"]
1715
> * A quick knowledge check
@@ -20,4 +18,4 @@ When you've finished the exercise in GitHub, return here for:
2018
2119

2220
> [!div class="nextstepaction"]
23-
> [Start the learning lab on GitHub](https://lab.github.com/githubtraining/innersource-fundamentals?azure-portal=true)
21+
> [Navigate to GitHub's InnerSource guide](https://githubtraining.github.io/innersource-theory/#/measuring_success)

github/manage-innersource-program-github/includes/5-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You learned about:
1111
- Measuring the success of InnerSource within your organization
1212
- Distributing your InnerSource toolkit
1313

14-
Now that you have an InnerSource program together, learn to [Create an open-source program by using GitHub best practices](/learn/modules/create-open-source-program-github/?azure-portal=true).
14+
Now that you have an InnerSource program together, learn to [Create an open-source program by using GitHub best practices](/training/modules/create-open-source-program-github/?azure-portal=true).
1515

1616
## Learn more
1717

github/manage-innersource-program-github/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
title: "Manage an InnerSource program by using GitHub"
55
description: Learn to manage a successful InnerSource program on GitHub through effective discoverability, guidance, and maintenance.
66
ms.date: 05/16/2022
7-
author: tpetchel
8-
ms.author: thpetche
7+
author: a-a-ron
8+
ms.author: aastewar
99
ms.topic: interactive-tutorial
1010
ms.prod: learning-azure
1111
title: "Manage an InnerSource program by using GitHub"
@@ -24,7 +24,7 @@ prerequisites: |
2424
- A GitHub account
2525
- The ability to navigate and edit files in GitHub
2626
- Familiarity with pull requests
27-
iconUrl: /learn/achievements/github/manage-innersource-program-github.svg
27+
iconUrl: /training/achievements/github/manage-innersource-program-github.svg
2828
ratingEnabled: true
2929
levels:
3030
- beginner

0 commit comments

Comments
 (0)