# Step by Step: How to Add Alt-text with Github Suggestions Open the PR. In this example, '[Labs Blog alt text mini sprint](https://github.com/isabela-pf/quansight-labs-site/pull/2)' ![](https://i.imgur.com/IASm7Uq.png) --- Scroll down to see list of files with missing alt-text. Depending on your workshop, you may be assigned a number. If you're selecting one youself, you can preview the different files in the next few steps. ![](https://i.imgur.com/zwFjYiA.png) --- In this case, we have selected #17, 'scipy-ndimage-interpolation.md'. ![](https://i.imgur.com/gIGOmEF.png) The rendered page of this blogpost is [here, Making SciPy's Image Interpolation Consistent and Well Documented](https://labs.quansight.org/blog/2021/01/scipy-ndimage-interpolation/). ![](https://i.imgur.com/UXgBYJi.png) --- Go to' **'File Changed**' tab on top of the page ![](https://i.imgur.com/cXzukWG.png) --- **Scroll down to your file**, scipy-ndimage-interpolation.md ![](https://i.imgur.com/h0fTkTV.png) --- Hover over the right side. The red left side shows the current file. The right green side will show our changes. **Click on the '+' button**. ![](https://i.imgur.com/aT68z5n.png) --- You will be prompted to leave a comment. What we want is to leave a Suggestion. **Click on the '±' icon** or use the shortcut 'Ctrl' + 'G' ![](https://i.imgur.com/rlCbrzl.png) --- You will now see the original highlighted lines ![](https://i.imgur.com/nOFxxkd.png) --- **Modify the alt-text section**. In this example, for markdown files (.md acronymn), the alt-text format is like such: ``` ![My alt-text here.... ](/image.png) ``` ![](https://i.imgur.com/QX628bc.png) --- You can view the rendered page by clicking on '...' icon and then '**View File**'. ![](https://i.imgur.com/Dtg6Afg.png) This will open a preview with the images. ![](https://i.imgur.com/sn5ksjR.png) You can also refer back to the [rendered linked page](https://labs.quansight.org/blog/2021/01/scipy-ndimage-interpolation/). By looking at the whole page and surrodning paragraphs, you can better understand the wider context of your image and key points to write. For ease of workflow, it is recommended to have two tabs or windows open so that you can view both the preview and your comment. ![](https://i.imgur.com/NizCFxt.png) Note: **This preview does not work for rst files**. For rst files, please refer to the rendered page linked in the PR back in the 'Conversation' tab. --- Once you're done, click on '**Add review comment**' button ![](https://i.imgur.com/SuWol9N.png) --- You will see your Suggestion. ![](https://i.imgur.com/NFI9van.png) If you scroll back to the top of the page and click on the '**Conversations**' tab, ![](https://i.imgur.com/stIaD92.png) You will see your suggestion ![](https://i.imgur.com/f6hRoXK.png) --- From here, you can add replies to other people's Suggestions, learning from each other and giving each other feedback! ![](https://i.imgur.com/BGCBfIi.png) If you want to edit your Suggestion, you can with 'Edit' ![](https://i.imgur.com/6hDN5tp.png) Towards the end of the workshop, the host will review some of the comments via screen-share. Some time after the workshop is over, a reviewer will merge the Suggestions into the main repository. Congratulations! You've applied your newly-gained skills and made the open-source a better place! Perhaps you also made your first Github or first open-source contribution. We hope this workshop opens the doors to more contributions and commits in your future!