I migrated with a project from Bitbucket to Github and I can not find a way to attach a file to an issue (ex: screenshot, specs, etc)
How to do it?
|
I migrated with a project from Bitbucket to Github and I can not find a way to attach a file to an issue (ex: screenshot, specs, etc) How to do it? |
|||||||
|
|
You upload it somewhere and add the link in a comment. GitHub's Issues is rather primitive and doesn't allow attaching files. |
|||||||||||||||||
|
|
As of December 7, 2012, you can attach images by drag/drop or use a file chooser. See https://github.com/blog/1347-issue-attachments for more details. |
|||
|
|
|
As an illustration of the previous answers, see this comment:
See
Back in 2009, GitHub expressed the intent to add attachment to issues.
That topic wasn't raised since in the GitHub group though... |
|||
|
|
|
It's a bit of a kludge but you could create a junk branch, then commit the file to that branch and purge it later. EDIT: This script may be of use to you: |
||||
|
|
|
I found an easy way to embed images in issues using Skitch. Just set up Skitch sharing and auto-copy the URL to the clipboard. Then paste it in when writing up the issue. I blogged about it here. |
|||||
|
|
The format for embedding images into a GitHub comment is:
|
|||
|
|
|
OK, here's what I use for screenshots. http://www.techsmith.com/jing.html It's free, fast, automatically uploads the image and pastes a URL link to your clipboard which you can Ctrl-V into the GitHub issue instantly. It was a big sigh of relief when I discovered this :) |
|||
|
|