minor #32964 add yceruto as code owner of the ErrorRenderer component (yceruto)

This PR was squashed before being merged into the 4.4 branch (closes #32964).

Discussion
----------

add yceruto as code owner of the ErrorRenderer component

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Commits
-------

df6e73dd2d add yceruto as code owner of the ErrorRenderer component
This commit is contained in:
Nicolas Grekas 2019-08-06 14:17:09 +02:00
commit fc8872fca3
2 changed files with 8 additions and 0 deletions

4
.github/CODEOWNERS vendored
View File

@ -2,6 +2,8 @@
/src/Symfony/Component/Console/Logger/ConsoleLogger.php @dunglas
# DependencyInjection
/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php @dunglas
# ErrorRenderer
/src/Symfony/Component/ErrorRenderer/* @yceruto
# Form
/src/Symfony/Bridge/Twig/Extension/FormExtension.php @xabbuh
/src/Symfony/Bridge/Twig/Form/* @xabbuh
@ -33,6 +35,8 @@
/src/Symfony/Bridge/Doctrine/PropertyInfo/* @dunglas
# Serializer
/src/Symfony/Component/Serializer/* @dunglas
# TwigBundle
/src/Symfony/Bundle/TwigBundle/ErrorRenderer/TwigHtmlErrorRenderer.php @yceruto
# WebLink
/src/Symfony/Component/WebLink/* @dunglas
# Workflow

View File

@ -10,6 +10,10 @@
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Yonel Ceruto",
"email": "yonelceruto@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"