Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 7406a79

Browse files
committed
Merge branch 'feature/bookdown'
Close #25
2 parents 1dce37e + 3900be2 commit 7406a79

File tree

12 files changed

+466
-346
lines changed

12 files changed

+466
-346
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/doc export-ignore
12
/test export-ignore
23
/vendor export-ignore
34
.gitattributes export-ignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
doc/html/
12
vendor/
23
composer.lock
34
phpunit.xml

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 1.0.4 - TBD
6+
7+
### Added
8+
9+
- [#25](https://github.com/zendframework/zend-diactoros/pull/25) adds
10+
documentation. Documentation is written in markdown, and can be converted to
11+
HTML using [bookdown](http://bookdown.io). New features now MUST include
12+
documentation for acceptance.
13+
14+
### Deprecated
15+
16+
- Nothing.
17+
18+
### Removed
19+
20+
- Nothing.
21+
22+
### Fixed
23+
24+
- Nothing.
25+
526
## 1.0.3 - 2015-06-04
627

728
### Added

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ to upgrade and/or update in order to protect their applications.
3434

3535
For sensitive email communications, please use [our PGP key](http://framework.zend.com/zf-security-pgp-key.asc).
3636

37+
## Documentation
38+
39+
Documentation is in [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/),
40+
and rendered using [bookdown](http://bookdown.io). Please read and follow the [general documentation
41+
guidelines](https://github.com/zendframework/documentation/blob/master/CONTRIBUTING.md) when
42+
providing documentation.
43+
44+
All new features **must** include documentation before they may be accepted and merged.
45+
3746
## RUNNING TESTS
3847

3948
To run tests:

0 commit comments

Comments
 (0)