File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,20 @@ GitHub covers the topic of `pull requests`_ in detail.
74
74
The Symfony2 documentation is licensed under a Creative Commons
75
75
Attribution-Share Alike 3.0 Unported :doc: `License <license >`.
76
76
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
+
77
87
Pull Request Format
78
88
~~~~~~~~~~~~~~~~~~~
79
89
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 **
81
91
include the following checklist to ensure that contributions may be reviewed
82
92
without needless feedback loops and that your contributions can be included
83
93
into the documentation as quickly as possible:
You can’t perform that action at this time.
0 commit comments