Skip to content

Commit 98c3043

Browse files
authored
Add the bootcamp to the beginner canned message (#109)
1 parent a79c096 commit 98c3043

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

conf.py

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,15 @@
5353
'we encourage you to use the "Request a Code Review" feature on the website!'
5454
),
5555
"beginner": (
56-
"👋🏼 Hello! We are happy to have you here. "
57-
"Exercism is best suited for people who have some experience in programming. "
58-
"If you are completely new to the topic, exercism might be very challenging. "
59-
"There are many great free resources online, that can kickstart your journey in "
60-
"computer science.\n"
61-
"* [Harvard's CS50x course](http://cs50.harvard.edu/x/2024/) is great "
62-
"for a wide understanding.\n"
56+
"👋🏼 Hello!\n"
57+
"Exercism is designed for people who have some experience in programming. "
58+
"If you are new to coding, we recommend joining our Beginners Bootcamp, starting in January: https://bootcamp.exercism.org\n\n"
59+
"There are many other great resources online, that can kickstart your journey in computer science.\n"
60+
"* [Harvard's CS50x course](http://cs50.harvard.edu/x/2024/) is great for a wide understanding.\n"
6361
"* [Code in Place](https://codeinplace.stanford.edu/) is a great intro to coding course "
6462
"which will teach you Python using their browser-based environment.\n"
6563
"* For a focus on web development, try [The Odin Projects](http://theodinproject.com). "
66-
"It is a long-term commitment that will guide you to through some projects and "
67-
"will leave you with a nice portfolio by the end.\n"
64+
"It is a long-term commitment that will guide you to through some projects and will leave you with a nice portfolio by the end.\n"
6865
"* For web development, [The MDN web docs](http://developer.mozilla.org/en-US/docs/Learn) are a valuable resource."
6966
),
7067
"howto-ask": (

0 commit comments

Comments
 (0)