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

Commit e00466a

Browse files
committed
add descriptions to each step
1 parent ffd5edb commit e00466a

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

config.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323

2424
#1
2525
- title: Answer your first challenge question
26-
description: Answer your first challenge question
26+
description: Determine the differences between open source and innersource.
2727
link: '{{ repoUrl }}/issues/1'
2828
event: issues.edited
2929
actions:
@@ -41,17 +41,17 @@ steps:
4141
url: '%actions.ownerPR.data.html_url%'
4242

4343
#2
44-
- title: Answer the owner challenge
45-
description: Answer the owner challenge
44+
- title: Answer the ownership challenge
45+
description: Discover how repository ownership affects visibility and access.
4646
link: '{{ repoUrl }}/pull/2'
4747
event: pull_request.edited
4848
actions:
4949
- type: respond
5050
with: repo-owner-answer.md
5151

5252
#3
53-
- title: Merge the ownership PR
54-
description: Merge the ownership PR
53+
- title: Merge the ownership pull request
54+
description: Beef up your innersource toolkit with resources about repository ownership.
5555
link: '{{ repoUrl }}/pull/2'
5656
event: pull_request.closed
5757
actions:
@@ -67,16 +67,16 @@ steps:
6767

6868
#4
6969
- title: Answer the discoverability challenge
70-
description: Answer the discoverability challenge
70+
description: Learn about ways to make your repository easy to discover.
7171
link: '{{ repoUrl }}/pull/3'
7272
event: issue_comment.created
7373
actions:
7474
- type: respond
7575
with: discoverability-answer.md
7676

7777
#5
78-
- title: Merge the discoverability PR
79-
description: Merge the discoverability PR
78+
- title: Merge the discoverability pull request
79+
description: Add resources for making discoverable repositories to your innersource toolkit.
8080
link: '{{ repoUrl }}/pull/3'
8181
event: pull_request.closed
8282
actions:
@@ -92,16 +92,16 @@ steps:
9292

9393
#6
9494
- title: Answer the templates challenge question
95-
description: Answer the templates challenge question
95+
description: Determine how template files can help you create easy-to-join projects.
9696
link: '{{ repoUrl }}/pull/4'
9797
event: pull_request.edited
9898
actions:
9999
- type: respond
100100
with: templates-answer.md
101101

102102
#7
103-
- title: Merge the templates PR
104-
description: Merge the templates PR
103+
- title: Merge the templates pull request
104+
description: Add starter templates to your innersource toolkit.
105105
link: '{{ repoUrl }}/pull/4'
106106
event: pull_request.closed
107107
actions:
@@ -117,16 +117,16 @@ steps:
117117

118118
#8
119119
- title: Answer the workflows challenge question
120-
description: Answer the workflows challenge question
120+
description: Discover how being transparent about your workflow can help others contribute.
121121
link: '{{ repoUrl }}/pull/5'
122122
event: pull_request.edited
123123
actions:
124124
- type: respond
125125
with: workflows-answer.md
126126

127127
#9
128-
- title: Project management
129-
description: Project management
128+
- title: Merge the workflows pull request
129+
description: Add branching and workflow strategies to your innersource toolkit.
130130
link: '{{ repoUrl }}/pull/5'
131131
event: pull_request.closed
132132
actions:
@@ -142,16 +142,16 @@ steps:
142142

143143
#10
144144
- title: Answer the project management challenge
145-
description: Answer the project management challenge
145+
description: Learn about how you can surface your project management strategies to potential contributors.
146146
link: '{{ repoUrl }}/pull/6'
147147
event: pull_request.edited
148148
actions:
149149
- type: respond
150150
with: projects-answer.md
151151

152152
#11
153-
- title: Measuring success
154-
description: Measuring success
153+
- title: Merge the project management pull request
154+
description: Beef up your innersource toolkit with project management tips.
155155
link: '{{ repoUrl }}/pull/6'
156156
event: pull_request.closed
157157
actions:
@@ -167,16 +167,16 @@ steps:
167167

168168
#12
169169
- title: Answer the success metrics challenge
170-
description: Answer the success metrics challenge
170+
description: Begin thinking about how to measure the success of your innersource program.
171171
link: '{{ repoUrl }}/pull/7'
172172
event: issue_comment.created
173173
actions:
174174
- type: respond
175175
with: metrics-answer.md
176176

177177
#13
178-
- title: Merge the final PR
179-
description: Merge the final PR
178+
- title: Merge the metrics pull request
179+
description: Add possible metrics to your innersource toolkit.
180180
link: '{{ repoUrl }}/pull/7'
181181
event: pull_request.closed
182182
actions:
@@ -190,8 +190,8 @@ steps:
190190
url: '%actions.publishIssue.data.html_url%'
191191

192192
#14
193-
- title: Turn on GitHub Pages
194-
description: Turn on GitHub Pages
193+
- title: Enable GitHub Pages
194+
description: Publish your innersource toolkit by turning on GitHub Pages.
195195
link: '{{ repoUrl }}/pull/8'
196196
event: deployment
197197
actions:

0 commit comments

Comments
 (0)