summaryrefslogtreecommitdiff
path: root/docs/contributing-tutorial.md
Commit message (Collapse)AuthorAgeFilesLines
* *: rename master branch to mainTimothée Ravier2021-05-071-17/+17
|
* docs: Update Contributing and tutorial pagesTimothée Ravier2020-10-021-14/+7
|
* docs: Add Contributing Tutorial to Mkdocs pagesRobert Fairley2018-08-211-10/+8
| | | | | | | | | 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 contributing tutorialRobert Fairley2018-08-201-0/+450
This adds a tutorial for developing/contributing to OSTree. The following information is included: - Installing build dependencies for OSTree - Building OSTree, and running in a container and VM - Adding a basic command to OSTree, and testing the command - Suggested git workflows for working with the upstream repo This is helpful to give new contributors a more detailed introduction to developing OSTree, and an idea of what the workflow looks like. Closes: #1694 Approved by: cgwalters