You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template is to help with the formatting of questions to best help others who are reading it.
The four main sections are:
Where you're stuck - best to put a timestamp/video number of the course here so people know exactly where you are (e.g. ZTM video 135, timestamp 11:07)
Your problem - what is your problem?
Your code - what code did you try that isn't working?
What you've tried so far - detailing the troubleshooting steps you've taken already will help others help you.
You can copy the demo template below and fill out the sections in your question, much of the formatting has been done just to make things look nicer:
* Course video/timestamp: (e.g. video number 147 on ZTM, timestamp 10:35)
## My error
TODO: Add some info here about your error...
## My code
TODO: Add your code here, best to format with backticks as well, for example:
\```python <- use triple backticks before and after your code, write "python" after the first set to make the code formatted
[your code here]
\``` <- be sure to delete the slashes, only keep the backticks
## What I've tried so far
TODO: Add some steps for what you've tried to do so far to solve your error... (this will help others know what you've done when troubleshooting)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This template is to help with the formatting of questions to best help others who are reading it.
The four main sections are:
You can copy the demo template below and fill out the sections in your question, much of the formatting has been done just to make things look nicer:
Beta Was this translation helpful? Give feedback.
All reactions