Skip to content

Commit

Permalink
Add a contributing documentation section to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
This is part of updating the documentation of all repositories to show
how to contribute to the documentation, as recommended in
laminas/laminas-form#65 (comment).

Signed-off-by: Matthew Setter <[email protected]>
  • Loading branch information
settermjd committed May 2, 2020
1 parent 2540548 commit 8ed0502
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ repository, we suggest doing some cleanup of these branches.
$ git push {username} :<branchname>
```

## Contributing Documentation

The documentation for each repository is available in the "**docs/**" directory of that repository, is written in [Markdown format], and is built using [MkDocs].
To learn more about how to contribute to the documentation for a repository, including how to setup the documentation locally, please refer to https://github.com/laminas/documentation/blob/master/CONTRIBUTING.md.

## Commit Signoffs

In order for us to accept your patches, you must provide a signoff in all
Expand Down

0 comments on commit 8ed0502

Please sign in to comment.