zendframework / maintainers

Contributors and maintainers information for Zend Framework.
BSD 3-Clause "New" or "Revised" License
50 stars 26 forks source link

Update for readme template (removes build command and adds support section) #40

Closed froschdesign closed 6 years ago

froschdesign commented 6 years ago

Why should creating the documentation be interesting for the end user? The user wants to read the documentation and not create it himself.

Preview:


{repo}

Build Status Coverage Status

This library provides ...

Installation

Run the following to install this library:

$ composer require {org}/{repo}

Documentation

Browse the documentation online at https://docs.zendframework.com/{repo}/

Support

geerteltink commented 6 years ago

I agree, you read the docs online. Even if you made changes to the docs for a PR, you don't need to build the docs.

weierophinney commented 6 years ago

Thanks, @froschdesign.