1 00:00:00,130 --> 00:00:03,360 An important part of the learning process is actually learning how to 2 00:00:03,360 --> 00:00:05,110 ask a good question. 3 00:00:05,110 --> 00:00:07,510 Your questions are probably gonna be technical in nature, so 4 00:00:07,510 --> 00:00:09,710 you've got to be very specific. 5 00:00:09,710 --> 00:00:12,770 So specific, in fact, you've got to actually include the code that you're 6 00:00:12,770 --> 00:00:15,510 having problems with in your forum post. 7 00:00:15,510 --> 00:00:19,020 I'll share with you three ways you can do this in our forums. 8 00:00:19,020 --> 00:00:20,120 Number one. 9 00:00:20,120 --> 00:00:23,130 If you have an issue with a tiny snippet of code, use Markdown. 10 00:00:23,130 --> 00:00:24,090 To use Markdown, 11 00:00:24,090 --> 00:00:27,780 place your code wrapped in three brackets on the line before and after. 12 00:00:31,310 --> 00:00:34,620 After the first set of back ticks you can specify the language you're 13 00:00:34,620 --> 00:00:37,120 using to help us with syntax highlighting. 14 00:00:38,550 --> 00:00:39,400 Number two. 15 00:00:39,400 --> 00:00:42,330 If it's more than a snippet and it's a front end project, 16 00:00:42,330 --> 00:00:43,930 use something like Codepen. 17 00:00:46,440 --> 00:00:48,530 If you're using a backend language like Ruby or 18 00:00:48,530 --> 00:00:52,060 PHP, the easiest way to show your code will be with GitHub. 19 00:00:53,060 --> 00:00:56,040 If you don't know what Git is, check out our Git course. 20 00:00:56,040 --> 00:01:00,080 It's an essential part of a developer or a designer's toolset. 21 00:01:00,080 --> 00:01:02,970 But be sure not to share any sensitive data base or 22 00:01:02,970 --> 00:01:06,520 cloud storage information such as passwords. 23 00:01:06,520 --> 00:01:09,000 Good luck, and pretty soon a student or 24 00:01:09,000 --> 00:01:11,730 a teacher from Treehouse will answer your question.