How to attach file to a github issue?

后端 未结 12 1623
天命终不由人
天命终不由人 2020-12-23 12:48

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?

12条回答
  •  一生所求
    2020-12-23 13:21

    The format for embedding images into a GitHub comment is:

    Format:  ![Alt Text](url)
    Example: ![GitHub Logo](/images/logo.png)
    

提交回复
热议问题