Skip to content

Commit 37f48e5

Browse files
committed
Merge pull request #23 from philoushka/patch-1
Add 8 new encouragements
2 parents 6765365 + 1563661 commit 37f48e5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

EncouragePackage/Encouragements.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ public class Encouragements : IEncouragements
1515
"Wow, nice change!",
1616
"So good!",
1717
"Bravo!",
18-
"You rock!"
18+
"You rock!",
19+
"Well done!",
20+
"I see what you did there!",
21+
"Genius work!",
22+
"Thumbs up!",
23+
"Coding win!",
24+
"FTW!",
25+
"Yep!",
26+
"Nnnnailed it!"
1927
};
2028

2129
public string GetRandomEncouragement()

0 commit comments

Comments
 (0)