Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a contributing documentation section to CONTRIBUTING.md #6

Merged
merged 2 commits into from
May 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 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].
settermjd marked this conversation as resolved.
Show resolved Hide resolved
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 Expand Up @@ -276,3 +281,6 @@ Date: Wed Apr 01 14:46:40 2020 -0500

Obvious fix.
```

[MkDocs]: https://www.mkdocs.org/
[Markdown format]: https://www.markdownguide.org/