Clean up the "How to contribute to LXD" page (and included content)
and add a section about contributing to the documentation.
Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
Fix broken links to linuxcontainers and update the GitHub links.
Also get rid of some doc scripts and files that aren't needed
anymore on RTD.
Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
MD004 - Unordered list style
MD005 - Inconsistent indentation for list items at the same level
MD006 - Consider starting bulleted lists at the beginning of the line
MD007 - Unordered list indentation
https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md
Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
When including content from another file, we can select which
content to include by specifying any start and end strings.
Update the current includes to use HTML comments instead of
plain text (which might change in the future).
Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
Pull the suitable content from the README.rst file into the
documentation index file and the installation instructions.
Also move the contributing file so it is readable in GitHub
and pull the contents into the docs.
Signed-off-by: Ruth Fuchss <ruth.fuchss@canonical.com>
This converts the original CONTRIBUTING document to markdown for better
rendering on github.
Additionally this removes some wording which was e-mail/patch specific
and instead refers to changes as contributions or commits.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>