@@ -5,16 +5,20 @@ Symfony is an open source, community-driven project.
5
5
6
6
If you'd like to contribute, please read the following documents:
7
7
8
- * [ Contributing Code] [ 1 ] : The document index related to contributions;
8
+ * [ Reporting a Bug] [ 1 ]
9
+ * [ Submitting a Patch] [ 2 ]
10
+ * [ Symfony Core Team] [ 3 ]
11
+ * [ Security Issues] [ 4 ]
12
+ * [ Running Symfony Tests] [ 5 ]
13
+ * [ Our Backwards Compatibility Promise] [ 6 ]
14
+ * [ Coding Standards] [ 7 ]
15
+ * [ Conventions] [ 8 ]
9
16
10
- * [ Submitting a Patch] [ 2 ] : Guidelines for submitting a pull request;
11
-
12
- * [ Pull Request Template] [ 3 ] : Template header to use in your pull request
13
- description;
14
-
15
- * [ Backwards Compatibility] [ 4 ] : Backward compatibility rules.
16
-
17
- [ 1 ] : https://symfony.com/doc/current/contributing/code/index.html
18
- [ 2 ] : https://symfony.com/doc/current/contributing/code/patches.html#check-list
19
- [ 3 ] : https://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
20
- [ 4 ] : https://symfony.com/doc/current/contributing/code/bc.html#working-on-symfony-code
17
+ [ 1 ] : https://symfony.com/doc/current/contributing/code/bugs.html
18
+ [ 2 ] : https://symfony.com/doc/current/contributing/code/patches.html
19
+ [ 3 ] : https://symfony.com/doc/current/contributing/code/core_team.html
20
+ [ 4 ] : https://symfony.com/doc/current/contributing/code/security.html
21
+ [ 5 ] : https://symfony.com/doc/current/contributing/code/tests.html
22
+ [ 6 ] : https://symfony.com/doc/current/contributing/code/bc.html
23
+ [ 7 ] : https://symfony.com/doc/current/contributing/code/standards.html
24
+ [ 8 ] : https://symfony.com/doc/current/contributing/code/conventions.html
0 commit comments