8000 [2.3] Update CONTRIBUTING.md · symfony/symfony@6726a40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6726a40

Browse files
[2.3] Update CONTRIBUTING.md
1 parent c0dcbed commit 6726a40

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

CONTRIBUTING.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,33 @@
11
Contributing
22
------------
33

4-
Symfony is an open source, community-driven project. If you'd like to contribute,
5-
please read the [Contributing Code][1] part of the documentation. If you're submitting
6-
a pull request, please follow the guidelines in the [Submitting a Patch][2] section
7-
and use the [Pull Request Template][3].
4+
Symfony is an open source, community-driven project.
5+
6+
If you'd like to contribute, please read the following documents:
7+
8+
* [Contributing Code][1]: The document index related to contributions;
9+
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+
```markdown
16+
| Q | A
17+
| ------------- | ---
18+
| Bug fix? | yes/no
19+
| New feature? | yes/no
20+
| BC breaks? | no
21+
| Deprecations? | no
22+
| Tests pass? | yes
23+
| Fixed tickets | #1234
24+
| License | MIT
25+
| Doc PR | symfony/symfony-docs#1234
26+
```
27+
28+
* [Backwards Compatibility][4]: Backward compatibility rules.
829

930
[1]: http://symfony.com/doc/current/contributing/code/index.html
1031
[2]: http://symfony.com/doc/current/contributing/code/patches.html#check-list
1132
[3]: http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
33+
[4]: http://symfony.com/doc/current/contributing/code/bc.html#working-on-symfony-code

0 commit comments

Comments
 (0)
0