Skip to content

Commit edf14d0

Browse files
authored
Show only the Bootcamp resource in the beginner canned message; move the rest to a new learning message (#110)
1 parent 6509eb0 commit edf14d0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

conf.py

+7-3
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,12 @@
5656
"beginner": (
5757
"👋🏼 Hello!\n"
5858
"Exercism is designed for people who have some experience in programming. "
59-
"If you are new to coding, we recommend joining our Beginners Bootcamp, starting in January: https://bootcamp.exercism.org\n\n"
60-
"There are many other great resources online, that can kickstart your journey in computer science.\n"
59+
"If you are new to coding, we strongly recommend joining our Beginners Bootcamp, starting in January: https://bootcamp.exercism.org"
60+
),
61+
"learning": (
62+
"Exercism is designed for people who have some experience in programming. "
63+
"Here are a few great online resources that can kickstart your journey in computer science.\n\n"
64+
"* [Exercism's Beginners Bootcamp](https://bootcamp.exercism.org) will give you a solid programming foundation.\n"
6165
"* [Harvard's CS50x course](http://cs50.harvard.edu/x/2024/) is great for a wide understanding.\n"
6266
"* [Code in Place](https://codeinplace.stanford.edu/) is a great intro to coding course "
6367
"which will teach you Python using their browser-based environment.\n"
@@ -66,7 +70,7 @@
6670
"* For web development, [The MDN web docs](http://developer.mozilla.org/en-US/docs/Learn) are a valuable resource."
6771
),
6872
"howto-ask": (
69-
"Asking questions well increases your chance of getting help. "
73+
"How you ask questions makes a huge difference in the help we can provide. "
7074
"Learn how to write good support requests in this article: http://bit.ly/howto-ask"
7175
),
7276
"criticize_language": (

0 commit comments

Comments
 (0)