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

Commit 8e279df

Browse files
committed
replace first step with a challenge question
1 parent e671bcd commit 8e279df

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ before:
1212
steps:
1313

1414
#1
15-
- title: Close an issue
16-
description: Close an issue
15+
- title: Answer your first challenge question
16+
description: Answer your first challenge question
1717
link: '{{ repoUrl }}/issues/1'
18-
event: issues.closed
18+
event: issues.edited
1919
actions:
20+
- type: respond
21+
with: innersource-v-opensource.md
22+
- type: closeIssue
2023
- type: createPullRequest
2124
title: Repository ownership and names
2225
head: repo-owner
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Innersource and open source are very similar concepts, but they're not the same.
2+
3+
**Open source** software is shared publicly and typically accepts contributions from contributors outside of an organization.
4+
5+
**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.

responses/welcome.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@ This is how this course will move along:
99
- you'll answer the challenge question; don't worry, there are no right or wrong answers
1010
- the question will highlight why each topic is an important part of applying Innersource practices right
1111

12-
Close this issue for your first challenge.
12+
Here's your first challenge question!
13+
14+
### Challenge question
15+
16+
Innersource and open source are the same thing.
17+
18+
- [ ] True
19+
- [ ] False
20+
21+
I'll respond when you select one of the options above.

0 commit comments

Comments
 (0)