-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update python.coffee empty if and loop message #166
base: master
Are you sure you want to change the base?
Conversation
This is a useful hint, but it might be too long to include. Do you think we can find a way to say it much more shortly? |
How does Codecombat compile Javascript? Where is the compiler link? |
Thanks! |
What language compiler is easiest for beginner contributors to start off with? May I please get a link to it? |
@@ -89,7 +89,7 @@ module.exports = class Python extends Language | |||
type: 'transpile' | |||
reporter: 'aether' | |||
level: 'warning' | |||
message: "Empty loop. Put 4 spaces in front of statements inside loops. Hint: you can do that by pressing the \"Tab\" button on your keyboard a the start of a new line." | |||
message: "Empty loop. Put 4 spaces in front of statements inside loops. Hint: Press \"Tab\" a the start of a new line." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo here and line 114? 'Press "Tab" a the start of a new line.' -> 'Press "Tab" at the start of a new line.'
What is the easiest place start when contributing to one of your compilers? On Wed, Oct 26, 2016 at 1:50 PM, Imperadeiro98 [email protected]
|
Am I able to join the codecombat archmage team? I know some programming- I am willing and wanting to learn about coding with codecombat, and I can use Javascript. |
Hey @Thekiddiejsandpython, Filbert is probably the parser to work on: https://github.com/differentmatt/filbert/issues – do you want to help implement some issues there? Happy to merge this in if you can make sure to sign the CLA and fix the typo noted above. |
No description provided.