From a1997b92c62cce2fb2bbca3c633a6242a66bfea3 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 7 Mar 2016 11:36:15 +0100 Subject: [PATCH] add readme files where missing --- src/Symfony/Bridge/Swiftmailer/README.md | 13 +++++++++++++ src/Symfony/Bundle/FrameworkBundle/README.md | 10 ++++++++++ src/Symfony/Bundle/SecurityBundle/README.md | 10 ++++++++++ src/Symfony/Bundle/TwigBundle/README.md | 10 ++++++++++ src/Symfony/Bundle/WebProfilerBundle/README.md | 10 ++++++++++ 5 files changed, 53 insertions(+) create mode 100644 src/Symfony/Bridge/Swiftmailer/README.md create mode 100644 src/Symfony/Bundle/FrameworkBundle/README.md create mode 100644 src/Symfony/Bundle/SecurityBundle/README.md create mode 100644 src/Symfony/Bundle/TwigBundle/README.md create mode 100644 src/Symfony/Bundle/WebProfilerBundle/README.md diff --git a/src/Symfony/Bridge/Swiftmailer/README.md b/src/Symfony/Bridge/Swiftmailer/README.md new file mode 100644 index 0000000000..daa99dfe50 --- /dev/null +++ b/src/Symfony/Bridge/Swiftmailer/README.md @@ -0,0 +1,13 @@ +Swiftmailer Bridge +================== + +Provides integration for [Swiftmailer](http://swiftmailer.org/) into the +Symfony web development toolbar. + +Resources +--------- + + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony) diff --git a/src/Symfony/Bundle/FrameworkBundle/README.md b/src/Symfony/Bundle/FrameworkBundle/README.md new file mode 100644 index 0000000000..9280d87439 --- /dev/null +++ b/src/Symfony/Bundle/FrameworkBundle/README.md @@ -0,0 +1,10 @@ +FrameworkBundle +=============== + +Resources +--------- + + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony) diff --git a/src/Symfony/Bundle/SecurityBundle/README.md b/src/Symfony/Bundle/SecurityBundle/README.md new file mode 100644 index 0000000000..6f36866ec8 --- /dev/null +++ b/src/Symfony/Bundle/SecurityBundle/README.md @@ -0,0 +1,10 @@ +SecurityBundle +============== + +Resources +--------- + + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony) diff --git a/src/Symfony/Bundle/TwigBundle/README.md b/src/Symfony/Bundle/TwigBundle/README.md new file mode 100644 index 0000000000..a979325666 --- /dev/null +++ b/src/Symfony/Bundle/TwigBundle/README.md @@ -0,0 +1,10 @@ +TwigBundle +========== + +Resources +--------- + + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony) diff --git a/src/Symfony/Bundle/WebProfilerBundle/README.md b/src/Symfony/Bundle/WebProfilerBundle/README.md new file mode 100644 index 0000000000..03780d5e59 --- /dev/null +++ b/src/Symfony/Bundle/WebProfilerBundle/README.md @@ -0,0 +1,10 @@ +WebProfilerBundle +================= + +Resources +--------- + + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony)