From 72606042c40f6919637ce656a80cbaecba53d676 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 14 May 2017 09:38:59 -0700 Subject: [PATCH] added a PR template --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ README.rst | 7 +++++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..dc6807e8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +| Q | A +| ------------- | --- +| License | MIT + + diff --git a/README.rst b/README.rst index 8f30566d..3d36b23f 100644 --- a/README.rst +++ b/README.rst @@ -5,13 +5,16 @@ Symfony recipes allow the automation of Composer packages configuration via the `Symfony Flex`_ Composer plugin. This repository hosts contributed recipes for Composer packages that are not -part of the "official" `Symfony recipes`_. To enable this repository in your -project, run the following command: +part of the "official" `Symfony recipes`_. To enable recipes defined in this +repository for your project, run the following command: .. code-block:: bash composer config extra.symfony.allow-contrib true +Contributing +------------ + For more information about contributing a recipe, read the `documentation`_ on the main repository.