How to contribute

We welcome contributions to LivingDoc. This document lists the guidelines for contributing.

Proposing a change

Firstly, you should create an issue for your enhancement request in the concerned LivingDoc repository

New feature proposals should provide the following data:

Please note that, in order to keep LivingDoc clean and minimal, we consider all enhancement requests carefully.

Should your enhancement not be appropriate for LivingDoc, we may reject the pull request. We garantee to make the reason transparent.

Implementing a change

LivingDoc uses a "Fork & Pull" model for collaborative development. If you have changes that you would like us to consider for introduction to LivingDoc, you will need to:

  1. fork the concerned LivingDoc repository,
  2. commit and push your changes to your forked project, and
  3. send us a pull request referencing the URL of the issue that you created.

Development Rules

Building

Please check that all tests are succeeding and neither errors nor warnings are thrown

Docs