You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Organizations of all sizes and in all industries are chatting about innersource concepts. This course walks you through some of the key concepts of innersource and helps you build up an internal toolkit for adopting innersource practices.
1
+
Organizations of all sizes and in all industries are chatting about InnerSource concepts. This course walks you through some of the key concepts of InnerSource and helps you build up an internal toolkit for adopting InnerSource practices.
2
2
3
3
After completing this course, you'll be able to:
4
4
- contrast user versus organization owned projects
@@ -7,5 +7,5 @@ After completing this course, you'll be able to:
7
7
- create robust repository READMEs
8
8
- use issue and pull request templates
9
9
- build transparency into repositories
10
-
- measure the success of innersource within your organization
11
-
- distribute your innersource toolkit
10
+
- measure the success of InnerSource within your organization
Copy file name to clipboardExpand all lines: config.yml
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
title: Innersource fundamentals
2
-
tagline: High level yet impactful innersource concepts to help transform your organization.
3
-
description: Organizations of all sizes and in all industries are chatting about innersource concepts. This course walks you through some of the key concepts of innersource and helps you build up an internal toolkit for adopting innersource practices.
1
+
title: InnerSource fundamentals
2
+
tagline: High level yet impactful InnerSource concepts to help transform your organization.
3
+
description: Organizations of all sizes and in all industries are chatting about InnerSource concepts. This course walks you through some of the key concepts of InnerSource and helps you build up an internal toolkit for adopting InnerSource practices.
4
4
template:
5
5
name: innersource
6
6
repo: innersource-template
@@ -24,7 +24,7 @@ steps:
24
24
25
25
#1
26
26
- title: Answer your first challenge question
27
-
description: Determine the differences between open source and innersource.
27
+
description: Determine the differences between open source and InnerSource.
28
28
link: '{{ repoUrl }}/issues/1'
29
29
event: issues.edited
30
30
actions:
@@ -52,7 +52,7 @@ steps:
52
52
53
53
#3
54
54
- title: Merge the ownership pull request
55
-
description: Beef up your innersource toolkit with resources about repository ownership.
55
+
description: Beef up your InnerSource toolkit with resources about repository ownership.
56
56
link: '{{ repoUrl }}/pull/2'
57
57
event: pull_request.closed
58
58
actions:
@@ -79,7 +79,7 @@ steps:
79
79
80
80
#5
81
81
- title: Merge the discoverability pull request
82
-
description: Add resources for making discoverable repositories to your innersource toolkit.
82
+
description: Add resources for making discoverable repositories to your InnerSource toolkit.
83
83
link: '{{ repoUrl }}/pull/3'
84
84
event: pull_request.closed
85
85
actions:
@@ -106,7 +106,7 @@ steps:
106
106
107
107
#7
108
108
- title: Merge the templates pull request
109
-
description: Add starter templates to your innersource toolkit.
109
+
description: Add starter templates to your InnerSource toolkit.
110
110
link: '{{ repoUrl }}/pull/4'
111
111
event: pull_request.closed
112
112
actions:
@@ -133,7 +133,7 @@ steps:
133
133
134
134
#9
135
135
- title: Merge the workflows pull request
136
-
description: Add branching and workflow strategies to your innersource toolkit.
136
+
description: Add branching and workflow strategies to your InnerSource toolkit.
137
137
link: '{{ repoUrl }}/pull/5'
138
138
event: pull_request.closed
139
139
actions:
@@ -160,7 +160,7 @@ steps:
160
160
161
161
#11
162
162
- title: Merge the project management pull request
163
-
description: Beef up your innersource toolkit with project management tips.
163
+
description: Beef up your InnerSource toolkit with project management tips.
164
164
link: '{{ repoUrl }}/pull/6'
165
165
event: pull_request.closed
166
166
actions:
@@ -177,7 +177,7 @@ steps:
177
177
178
178
#12
179
179
- title: Answer the success metrics challenge
180
-
description: Begin thinking about how to measure the success of your innersource program.
180
+
description: Begin thinking about how to measure the success of your InnerSource program.
181
181
link: '{{ repoUrl }}/pull/7'
182
182
event: issue_comment.created
183
183
actions:
@@ -187,7 +187,7 @@ steps:
187
187
188
188
#13
189
189
- title: Merge the metrics pull request
190
-
description: Add possible metrics to your innersource toolkit.
190
+
description: Add possible metrics to your InnerSource toolkit.
191
191
link: '{{ repoUrl }}/pull/7'
192
192
event: pull_request.closed
193
193
actions:
@@ -203,7 +203,7 @@ steps:
203
203
204
204
#14
205
205
- title: Enable GitHub Pages
206
-
description: Publish your innersource toolkit by turning on GitHub Pages.
206
+
description: Publish your InnerSource toolkit by turning on GitHub Pages.
Innersource and open source are very similar concepts, but they're not the same.
3
+
InnerSource and open source are very similar concepts, but they're not the same.
4
4
5
5
**Open source** software public and typically accepts contributions from outside of an organization.
6
6
7
-
**Innersource** is the practice of adopting open source practices internally within your organization. An organization that practices innersource, may or may not end up open sourced.
7
+
**InnerSource** is the practice of adopting open source practices internally within your organization. An organization that practices InnerSource, may or may not end up open sourced.
8
8
9
-
You can find your next steps in the [next pull request]({{ url }}).
9
+
You can find your next steps in the [next pull request]({{ url }}).
0 commit comments