Skip to content

How to use Issues

Mat Todd edited this page Mar 21, 2018 · 4 revisions

Purpose of Issues

Needs description of what we use GitHub Issues for.

Cross-referencing issues from the other repos

Requires putting OpenSourceMalaria/RepoName before the issue number. eg. OpenSourceMalaria/OSM_To_Do_List#536

Inserting images into Issues and Issue replies

One option is to drag a picture onto the issue. Better is to use files uploaded to the Github repo itself. If the files are changed, the issue will update. Format for doing this is:

<a href="url"><img src="https://github.com/OpenSourceMycetoma/Series-1-Fenarimols/blob/master/Analog%20Planning/Piperazine%20Variants%201.png?raw=true" align="centre" height="190" ></a>

...where the url is obtained from the repo itself, the text "?raw=true" is inserted at the end of the filename and the height is adjusted to fit. Taken from here.