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

Commit 8e860f3

Browse files
authored
Merge pull request #7 from githubtraining/pre-exit
Update exit content to show before import
2 parents 7435f9d + 6f43fdb commit 8e860f3

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ steps:
4646
- type: createIssue
4747
title: Importing your project
4848
body: 05_move-import.md
49+
comments:
50+
- 08_graceful-exit.md
4951
action_id: new_issue
5052
- type: respond
5153
with: 02_next.md

responses/08_graceful-exit.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
# Nice Work
1+
## Welcome to GitHub @{{ user.username }}
22

3-
![celebrate](https://octodex.github.com/images/Professortocat_v2.png)
4-
5-
Congratulations @{{ user.username }}, you've completed this course! :tada:
6-
7-
## What went well
8-
9-
Before I say good-bye, I want to recap all the tasks you've accomplished. You:
3+
As soon as I see code in this repository, I will close this issue and stop responding in this repository. So, before I say good-bye, I want to recap all the tasks you've accomplished. You:
104

115
- Learned what to do with an empty repo on GitHub :sparkles:
126
- Created a .gitignore and removed bulky binaries
@@ -15,15 +9,9 @@ Before I say good-bye, I want to recap all the tasks you've accomplished. You:
159

1610
## What's Next?
1711

18-
Now that you've migrated your Git repository to GitHub, managing your repository and adding collaborators are common next steps. Here are some recommended courses we think you might be interested in:
12+
After you've migrated your Git repository to GitHub, managing your repository and adding collaborators are common next steps. Here is another course we think you might be interested in:
1913

2014
[Community Starter Kit]({{ host }}/courses/community-starter-kit)
21-
Hosting a project on GitHub enables you to share your work with millions of other developers. This course will walk you through the different items you can add to your repository to welcome new contributors and make it easier for them to report issues, suggest new features, or potentially submit a pull request!
22-
23-
[Protected Branches and CODEOWNERS]({{ host }}/courses/protected-branches-codeowners)
24-
Now that you have a repository on GitHub learn about two features of the Settings tab that protect your deployed code.
15+
Hosting a project on GitHub enables you to share your work with millions of other developers. This course will walk you through the different items you can add to your repository to welcome new contributors and make it easier for them to report issues, suggest new features, or potentially submit a pull request!
2516

2617
There's so much more you can do with GitHub, and you have a solid start. Now...[what will you learn next]({{ host }}/courses)?
27-
28-
<hr>
29-
<h3 align="center">I won't respond to this issue, just close it when you are done!</h3>

0 commit comments

Comments
 (0)