summaryrefslogtreecommitdiff
path: root/docs/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* *: rename master branch to mainTimothée Ravier2021-05-071-1/+1
|
* Release 2021.2v2021.2Colin Walters2021-04-151-1/+1
|
* templates: add release-checklistLuca BRUNO2020-11-181-0/+6
| | | | This collects all release steps in a release-checklist template.
* docs: Update Contributing and tutorial pagesTimothée Ravier2020-10-021-10/+15
|
* docs: Add Contributing Tutorial to Mkdocs pagesRobert Fairley2018-08-211-3/+3
| | | | | | | | | This adds the Contributing Tutorial (contributing-tutorial.md) to the pages setting of Mkdocs, so that the tutorial will render in the readthedocs.io documentation. Closes: #1711 Approved by: jlebon
* docs: Add detail to CONTRIBUTING.md and link to tutorialbubblemelon2018-08-201-6/+42
| | | | | | | This adds detailed information on commit message guidelines, a link to the contributing tutorial, and minor typo fixes. Closes: #1694 Approved by: cgwalters
* doc: fix typo in CONTRIBUTINGChen Fan2017-02-031-1/+1
| | | | | | | Signed-off-by: Chen Fan <fan.chen@easystack.cn> Closes: #667 Approved by: cgwalters
* Fix broken link in docs/CONTRIBUTING.mdAbhay Kadam2016-11-221-1/+1
| | | | | | | | The link for git-rebase manual contains stray character (]) at the end. Closes: #592 Approved by: jlebon
* docs/CONTRIBUTING.md: Update for github move, Homu etc.Colin Walters2016-03-301-14/+31
| | | | | Closes: #230 Approved by: jlebon
* docs: Cleanup MarkdownMicah Abbott2016-03-161-18/+18
| | | | | | | | | | | I was going through the new version of the docs and noticed a few problems. Mostly URLs that aren't linked, extra whitespace, and a few mis-spellings. I ran the files through `aspell check` and made some manual changes myself. These changes were tested locally with `mkdocs serve`
* Rewrite manual in mkdocsColin Walters2016-01-281-0/+121
I don't much like Docbook (and am considering converting the man pages too), but let's start with the manual. I looked at various documentation generators (there are a lot), and I had a few requirements: - Markdown - Packaged in Fedora - Suitable for upload to a static webserver `mkdocs` seems to fit the bill.