Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit d99ce7d

Browse files
authored
Merge pull request #16 from githubtraining/cap-innersource
Standardize capitalization of InnerSource
2 parents 794786e + 96d4451 commit d99ce7d

6 files changed

Lines changed: 29 additions & 29 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
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.
22

33
After completing this course, you'll be able to:
44
- contrast user versus organization owned projects
@@ -7,5 +7,5 @@ After completing this course, you'll be able to:
77
- create robust repository READMEs
88
- use issue and pull request templates
99
- 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
11+
- distribute your InnerSource toolkit

config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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.
44
template:
55
name: innersource
66
repo: innersource-template
@@ -24,7 +24,7 @@ steps:
2424

2525
#1
2626
- 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.
2828
link: '{{ repoUrl }}/issues/1'
2929
event: issues.edited
3030
actions:
@@ -52,7 +52,7 @@ steps:
5252

5353
#3
5454
- 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.
5656
link: '{{ repoUrl }}/pull/2'
5757
event: pull_request.closed
5858
actions:
@@ -79,7 +79,7 @@ steps:
7979

8080
#5
8181
- 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.
8383
link: '{{ repoUrl }}/pull/3'
8484
event: pull_request.closed
8585
actions:
@@ -106,7 +106,7 @@ steps:
106106

107107
#7
108108
- title: Merge the templates pull request
109-
description: Add starter templates to your innersource toolkit.
109+
description: Add starter templates to your InnerSource toolkit.
110110
link: '{{ repoUrl }}/pull/4'
111111
event: pull_request.closed
112112
actions:
@@ -133,7 +133,7 @@ steps:
133133

134134
#9
135135
- 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.
137137
link: '{{ repoUrl }}/pull/5'
138138
event: pull_request.closed
139139
actions:
@@ -160,7 +160,7 @@ steps:
160160

161161
#11
162162
- 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.
164164
link: '{{ repoUrl }}/pull/6'
165165
event: pull_request.closed
166166
actions:
@@ -177,7 +177,7 @@ steps:
177177

178178
#12
179179
- 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.
181181
link: '{{ repoUrl }}/pull/7'
182182
event: issue_comment.created
183183
actions:
@@ -187,7 +187,7 @@ steps:
187187

188188
#13
189189
- title: Merge the metrics pull request
190-
description: Add possible metrics to your innersource toolkit.
190+
description: Add possible metrics to your InnerSource toolkit.
191191
link: '{{ repoUrl }}/pull/7'
192192
event: pull_request.closed
193193
actions:
@@ -203,7 +203,7 @@ steps:
203203

204204
#14
205205
- 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.
207207
link: '{{ repoUrl }}/pull/8'
208208
event: deployment
209209
actions:
@@ -215,4 +215,4 @@ steps:
215215
deploymentURL: 'https://%payload.repository.owner.login%.github.io/%payload.repository.name%'
216216
learningPathURL: 'https://github-learning-lab-staging.herokuapp.com/githubtraining/paths/innersource:-theory-to-practice'
217217
forkURL: '%payload.repository.html_url%/fork'
218-
downloadURL: '%payload.repository.html_url%/archive/master.zip'
218+
downloadURL: '%payload.repository.html_url%/archive/master.zip'

responses/00_welcome.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Welcome!
22

3-
This repository will be a working website that you can publish as your own Innersource commons.
3+
This repository will be a working website that you can publish as your own InnerSource commons.
44

5-
![screenshot of final product](https://user-images.githubusercontent.com/16547949/56064057-f1f17700-5d3e-11e9-9100-9678dc91c544.png)
5+
![Screen Shot of final product](https://user-images.githubusercontent.com/6351798/56301905-009cad00-60f6-11e9-9bf4-ed1c1907ef55.png)
66

77
As we work, we'll create a resource that others can use within your organization. This repository will be useful even after you finish this course.
88

99
This is how this course will move along:
1010
- Every new issue or pull request will start with a challenge question
1111
- You'll answer the challenge question _(don't worry, there are no right or wrong answers!)_
12-
- The question will highlight the importance of each topic in Innersource practices
12+
- The question will highlight the importance of each topic in InnerSource practices
1313

1414
Here's your first challenge question!
1515

1616
### Challenge question
1717

18-
Innersource and open source are the same thing.
18+
InnerSource and open source are the same thing.
1919

2020
- [ ] True
2121
- [ ] False
2222

2323
<hr>
24-
<h3 align="center">I'll respond when you check one of the boxes above.</h3>
24+
<h3 align="center">I'll respond when you check one of the boxes above.</h3>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### Answer :crystal_ball:
22

3-
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.
44

55
**Open source** software public and typically accepts contributions from outside of an organization.
66

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.
88

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 }}).

responses/11_metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Once you've implemented Innersource strategies, how do you know it's working?
1+
Once you've implemented InnerSource strategies, how do you know it's working?
22

33
### Challenge question
44

5-
What might be some ways to measure the success of Innersource strategies?
5+
What might be some ways to measure the success of InnerSource strategies?
66

77
<hr>
8-
<h3 align="center">I'll respond when you comment on this pull request.</h3>
8+
<h3 align="center">I'll respond when you comment on this pull request.</h3>

responses/13_publish.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Almost done!
22

3-
It's time to publish the Innersource toolkit you've been working on.
3+
It's time to publish the InnerSource toolkit you've been working on.
44

55
To publish:
66
1. Go to the **Settings** tab for this repository
@@ -10,4 +10,4 @@ To publish:
1010
That's all! GitHub Pages will then deploy your site and repository its status back to me.
1111

1212
<hr>
13-
<h3 align="center">I'll respond when I detect that GitHub Pages has finished deploying your site.</h3>
13+
<h3 align="center">I'll respond when I detect that GitHub Pages has finished deploying your site.</h3>

0 commit comments

Comments
 (0)