1 00:00:00,510 --> 00:00:04,230 We've got our issue, Python track courses to be completed and 2 00:00:04,230 --> 00:00:08,060 now let's add a description and make use of the markdown formatting. 3 00:00:08,060 --> 00:00:11,860 Documentation for markdown is linked here, so let's take a look at it. 4 00:00:11,860 --> 00:00:14,468 This link is also in the teacher's notes. 5 00:00:14,468 --> 00:00:20,668 So it looks like there's an intro and some examples. 6 00:00:20,668 --> 00:00:22,308 Let's see the examples. 7 00:00:22,308 --> 00:00:25,800 We can see that using the double asterisk makes a word bold and 8 00:00:25,800 --> 00:00:28,278 using one asterisk makes the word italic. 9 00:00:28,278 --> 00:00:32,438 To create a link, you use brackets and the URL in parentheses. 10 00:00:32,438 --> 00:00:36,929 There are additional examples of how to create 11 00:00:36,929 --> 00:00:40,508 a numbered list and a bulleted list. 12 00:00:40,508 --> 00:00:41,468 How to embed an image. 13 00:00:45,308 --> 00:00:46,408 Use Headers and Quotes. 14 00:00:49,108 --> 00:00:49,949 Style Code. 15 00:00:54,449 --> 00:00:57,948 And also, how to create task lists and use emoji. 16 00:00:57,948 --> 00:01:00,369 We'll use most of these in our issue. 17 00:01:00,369 --> 00:01:01,800 Back in our issue body, 18 00:01:01,800 --> 00:01:05,888 I'll add the equivalent of an h2 tag with two hashes and type TODO. 19 00:01:07,928 --> 00:01:10,890 I can preview it to make sure it looks like I want it to. 20 00:01:12,400 --> 00:01:13,290 Looks good. 21 00:01:13,290 --> 00:01:15,088 Next, I'll add some italics. 22 00:01:28,748 --> 00:01:32,128 I'll use a task list to check the remaining courses to be completed. 23 00:01:58,449 --> 00:02:00,468 And I'll add some emoji to show my excitement. 24 00:02:09,108 --> 00:02:12,913 There's also a link to the emoji cheat sheet in the teachers notes with a list of 25 00:02:12,913 --> 00:02:14,710 all the emojis supported on GitHub. 26 00:02:15,790 --> 00:02:18,812 Last by typing an at symbol followed a username, 27 00:02:18,812 --> 00:02:23,768 you can notify a person to come and view the comment, also called an at mention. 28 00:02:23,768 --> 00:02:25,560 I'll CC my friend Kyle since he said, 29 00:02:25,560 --> 00:02:28,028 he was interested to know what courses I'm taking. 30 00:02:33,652 --> 00:02:34,632 We'll Preview. 31 00:02:36,672 --> 00:02:41,032 Awesome, it looks great and click Submit new Issue. 32 00:02:41,032 --> 00:02:42,972 When I finish my courses, I'll check them off. 33 00:02:42,972 --> 00:02:47,380 And eventually, close the issue when the tasks are all completed. 34 00:02:47,380 --> 00:02:51,540 Also, cool is every issue has a unique URL that I can send to someone and go back and 35 00:02:51,540 --> 00:02:54,360 reference even after the issue is closed. 36 00:02:54,360 --> 00:02:57,720 Back in the Issues view, we can see that we've got our two open issues. 37 00:02:58,750 --> 00:02:59,430 To review, 38 00:02:59,430 --> 00:03:03,860 you can open an issue to create a note of something related to your repository and 39 00:03:03,860 --> 00:03:06,520 we learned how to effectively use Markdown to style our text. 40 00:03:07,540 --> 00:03:08,280 In the next video, 41 00:03:08,280 --> 00:03:11,450 we'll talk about a best practice as a work flow to make changes to a project.