[virttools-planet PATCH 1/4] Convert README to markdown format

Andrea Bolognani abologna at redhat.com
Tue Apr 7 13:57:16 UTC 2020


On Tue, 2020-03-31 at 11:08 +0100, Daniel P. Berrangé wrote:
> +How to add your blog
> +--------------------
> +Add a config.ini section for your blog to `updater/virt-tools/config.ini`:
> +
> +```
> +  [https://example.org/my/blog/feed/]
> +  name = John Doe
> +  face = jdoe.png
> +  facewidth = 96
> +  faceheight = 96
> +```

The indentation is now unnecessary - the code block is clearly
marked as such by the triple backtick.

> +Please send a patch email to `libvir-list at redhat.com`:
> +
> +```
> +  $ git commit -as
> +  $ git send-email --to libvir-list at redhat.com --cc berrange at redhat.com HEAD^..
> +```

Same here.

We should probably tell people to use git-publish rather than git
send-email, but I guess this is going to be one of the first projects
to move to a MR workflow, so whatever :)


With the indentation adjusted,

  Reviewed-by: Andrea Bolognani <abologna at redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization




More information about the libvir-list mailing list