Skip to content

Commit a0a755f

Browse files
committed
Added PR title prefixes
1 parent 16e732d commit a0a755f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

contributing/documentation/overview.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,20 @@ GitHub covers the topic of `pull requests`_ in detail.
7474
The Symfony2 documentation is licensed under a Creative Commons
7575
Attribution-Share Alike 3.0 Unported :doc:`License <license>`.
7676

77+
When you are not yet finished with your Pull Request, but you already want to
78+
review it, you should to prefix your Pull Request Title with ``[WIP]`` (Work In
79+
Progress). The Pull Request will not be merged until you say it is ready for
80+
merging.
81+
82+
When you are documenting a new feature which you submitted to the core code, you
83+
should prefix your Pull Request Title with ``[WCM]`` (Waiting Code Merge). The Pull
84+
Request will not be merged until it is merged in the core code and the Pull Request
85+
will be closed when the Pull Request for the core code is reverted.
86+
7787
Pull Request Format
7888
~~~~~~~~~~~~~~~~~~~
7989

80-
Unless you're fixing some minor typos, the pull request description must**
90+
Unless you're fixing some minor typos, the pull request description **must**
8191
include the following checklist to ensure that contributions may be reviewed
8292
without needless feedback loops and that your contributions can be included
8393
into the documentation as quickly as possible:

0 commit comments

Comments
 (0)