Skip to content

Commit 320a5bb

Browse files
committed
minor #11762 How to get more attention by the whole Symfony-Team to the documentation? (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- How to get more attention by the whole Symfony-Team to the documentation? We all know, documentation can make the difference for a good and a not so good framework 😄 I have an idea, I want to discuss: GitHub already supports the CODEOWNERS file which is already used in `symfony/symfony`. I propose to use it for the docs-repository, too and ask the team members if they would be willing to "take care" of their (and/or other components). In this case they would receive notification for specific ones instead of all or nothing. This is just a starting point and we need to add more later, but first: - [x] @lyrixx are you OK with it? - [x] @chalasr are you OK with it? - [x] @xabbuh are you OK with it? - [x] @dunglas are you OK with it? Thank you Commits ------- 73206d1 add CODEOWNERS file for the docs
2 parents bd5aa7c + 73206d1 commit 320a5bb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/CODEOWNERS

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Console
2+
/console* @chalasr
3+
/components/console* @chalasr
4+
5+
# Form
6+
/forms.rst @xabbuh
7+
/components/form* @xabbuh
8+
/reference/forms* @xabbuh
9+
10+
# PropertyInfo
11+
/components/property_info* @dunglas
12+
13+
# Security
14+
/security* @chalasr
15+
/components/security* @chalasr
16+
17+
# Validator
18+
/validation/*
19+
/components/validator* @xabbuh
20+
/reference/constraints* @xabbuh
21+
22+
# Workflow
23+
/workflow* @lyrixx
24+
/components/workflow* @lyrixx
25+
26+
# Yaml
27+
/components/yaml* @xabbuh

0 commit comments

Comments
 (0)