Commit graph

9 commits

Author SHA1 Message Date
Peter Kokot
cbca8a8df4 Merge branch 'PHP-7.4'
* PHP-7.4:
  [ci skip] Fix CS in Markdown files
2019-04-21 15:39:22 +02:00
Peter Kokot
1c94aac89e [ci skip] Fix CS in Markdown files
Checked and quickfixed with Markdown linter
- 80 columns line width (~)
- code highlighting
- ...

Some most obvious outdated content updated a bit more.
2019-04-21 15:33:20 +02:00
Peter Kokot
4767c412b0 Merge branch 'PHP-7.4'
* PHP-7.4:
  Updated visual text elements using markdown
2019-04-21 11:06:57 +02:00
Rodrigo Prado
80f3c69ae9 Updated visual text elements using markdown 2019-04-21 11:06:19 +02:00
Peter Kokot
26725842cf Merge branch 'PHP-7.4'
* PHP-7.4:
  [ci skip] Update release process docs to Markdown
2019-04-07 00:59:33 +02:00
Peter Kokot
8bcc7acbb0 [ci skip] Update release process docs to Markdown
- Markdown
- CS syncs
- Some partial readability fixes
- The protocol hasn't been changed
2019-04-07 00:57:41 +02:00
Peter Kokot
8184d87136 [ci skip] Bring release process docs up 2 date
This syncs the latest version and the PHP-7.4 version release process
docs.
2019-04-05 22:37:01 +02:00
Peter Kokot
7915d8bbca Merge branch 'PHP-7.4'
* PHP-7.4:
  Move README files to a dedicated docs directory
2019-03-30 19:39:32 +01:00
Peter Kokot
8346b4c9f1 Move README files to a dedicated docs directory
The new dedicated docs directory has been introduced after a discussion
on GitHub[1].

Main issue it is addressing is the reduction of too many README files in
the project root directory. The new directory is dedicated for notes and
quick documentation files that either can't be put in the manual or wiki
pages or that relate to the php-src repository specifically and need to
live together with the source code.

Also the `docs` directory is by GitHub used for some repository
configuration files such as pull request templates, and contributing
documentation helper files that are integrated in the interface.

[1]: https://github.com/php/php-src/pull/3988
2019-03-30 19:38:34 +01:00