Skip to content

Commit 630e4f3

Browse files
feat: update greeting format to include '@' for user mentions in templates (#27)
update greeting format to include '@' for user mentions in templates
1 parent 4446414 commit 630e4f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

markdown-templates/readme/exercise-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="https://octodex.github.com/images/Professortocat_v2.png" align="right" height="200px" />
44

5-
Hey **{{ login }}**!
5+
Hey @{{ login }}!
66

77
Mona here. I'm done preparing your exercise. Hope you enjoy! 💚
88

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<img src="https://octodex.github.com/images/welcometocat.png" align="left" height="150px" />
22

3-
Congratulations **{{ login }}**! You finished the exercise! 🎉🎉🎉
3+
Congratulations @{{ login }}! You finished the exercise! 🎉🎉🎉
44

55
We've updated the repository with a couple changes to highlight your success!
66

7-
Return to the [repository home](/{{ repo_full_name }}) page to see your progress!
7+
Return to the [repository home](/{{ repo_full_name }}) page to see your progress!

markdown-templates/step-feedback/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img alt="original github octocat" src="https://octodex.github.com/images/original.png" align="left" height="80px" />
44

5-
👋 Hey there {{ login }}! Welcome to your Skills exercise!
5+
👋 Hey there @{{ login }}! Welcome to your Skills exercise!
66

77
{{ intro_message }}
88

0 commit comments

Comments
 (0)