8000 Merge branch '3.4' into 4.0 · symfony/symfony@2b233b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b233b7

Browse files
Merge branch '3.4' into 4.0
* 3.4: Add CODE_OF_CONDUCT.md Added .github/CODEOWNERS bumped Symfony version to 2.8.40 updated VERSION for 2.8.39 updated CHANGELOG for 2.8.39
2 parents 59298a9 + f244942 commit 2b233b7

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# LDAP
2+
/src/Symfony/Component/Ldap/* @csarrazi
3+
# Lock
4+
/src/Symfony/Component/Lock/* @jderusse
5+
# Messenger
6+
/src/Symfony/Bridge/Doctrine/Messenger/* @sroze
7+
/src/Symfony/Component/Messenger/* @sroze
8+
# Workflow
9+
/src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php @lyrixx
10+
/src/Symfony/Bridge/Twig/Tests/Extension/WorkflowExtensionTest.php @lyrixx
11+
/src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php @lyrixx
12+
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ValidateWorkflowsPass.php @lyrixx
13+
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/WorkflowGuardListenerPass.php @lyrixx
14+
/src/Symfony/Component/Workflow/* @lyrixx

.github/CODE_OF_CONDUCT.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Code of Conduct
2+
3+
This project follows a [Code of Conduct][code_of_conduct] in order to ensure an open and welcoming environment.
4+
Please read the full text for understanding the accepted and unaccepted behavior.
5+
Please read also the [reporting guidelines][guidelines], in case you encountered or witnessed any misbehavior.
6+
7+
[code_of_conduct]: https://symfony.com/doc/current/contributing/code_of_conduct/index.html
8+
[guidelines]: https://symfony.com/doc/current/contributing/code_of_conduct/reporting_guidelines.html

0 commit comments

Comments
 (0)
0