Skip to content

Commit

Permalink
Show only the Bootcamp resource in the beginner canned message; move …
Browse files Browse the repository at this point in the history
…the rest to a new learning message (#110)
  • Loading branch information
IsaacG authored Jan 18, 2025
1 parent 6509eb0 commit edf14d0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@
"beginner": (
"👋🏼 Hello!\n"
"Exercism is designed for people who have some experience in programming. "
"If you are new to coding, we recommend joining our Beginners Bootcamp, starting in January: https://bootcamp.exercism.org\n\n"
"There are many other great resources online, that can kickstart your journey in computer science.\n"
"If you are new to coding, we strongly recommend joining our Beginners Bootcamp, starting in January: https://bootcamp.exercism.org"
),
"learning": (
"Exercism is designed for people who have some experience in programming. "
"Here are a few great online resources that can kickstart your journey in computer science.\n\n"
"* [Exercism's Beginners Bootcamp](https://bootcamp.exercism.org) will give you a solid programming foundation.\n"
"* [Harvard's CS50x course](http://cs50.harvard.edu/x/2024/) is great for a wide understanding.\n"
"* [Code in Place](https://codeinplace.stanford.edu/) is a great intro to coding course "
"which will teach you Python using their browser-based environment.\n"
Expand All @@ -66,7 +70,7 @@
"* For web development, [The MDN web docs](http://developer.mozilla.org/en-US/docs/Learn) are a valuable resource."
),
"howto-ask": (
"Asking questions well increases your chance of getting help. "
"How you ask questions makes a huge difference in the help we can provide. "
"Learn how to write good support requests in this article: http://bit.ly/howto-ask"
),
"criticize_language": (
Expand Down

0 comments on commit edf14d0

Please sign in to comment.