I want to make a GitHub pull request where the message contains screenshots. I know I can use the following markup:
![My screenshot](myscreenshot.png)
But where do I upload them? Does GitHub provide this service themselves?
To attach a file to an issue or pull request conversation, drag and drop it into the comment box. Alternatively, you can click the bar at the bottom of the comment box to browse, select, and add a file from your computer. Tip: In many browsers, you can copy-and-paste images directly into the box.
To edit a pull request, select the pull request on the Pull requests page, go to its detail page and click "Edit". The target branch (the base branch) and the pull request branch (the branch that will be merged) cannot be changed.
Create pull requestGo to your repository on GitHub and you'll see a button “Compare & pull request” and click it. Please provide necessary details on what you've done (You can reference issues using “#”). Now submit the pull request. Congratulations!
Now, github provide image hosting, is not necessary to use an external service. You only need to drag&drop your imagen inside the comment box in the pull request and you are done :)
Does GitHub provide this service themselves?
No.
You'd have to use an external image hosting provider such as
then use the full url to the image in the markup.
For instance, using ![notes marker](http://i.imgur.com/Mha8c.png)
would embed the following image in the description or a comment of a pull request.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With