File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
contributing/documentation Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,23 @@ GitHub covers the topic of `pull requests`_ in detail.
79
79
The Symfony2 documentation is licensed under a Creative Commons
80
80
Attribution-Share Alike 3.0 Unported :doc: `License <license >`.
81
81
82
+ You can also prefix the title of your pull request in a few cases:
83
+
84
+ * ``[WIP] `` (Work in Progress) is used when you are not yet finished with your
85
+ pull request, but you would like it to be reviewed. The pull request won't
86
+ be merged until you say it is ready.
87
+
88
+ * ``[WCM] `` (Waiting Code Merge) is used when you're documenting a new feature
89
+ or change that hasn't been accepted yet into the core code. The pull request
90
+ will not be merged until it is merged in the core code (or closed if the
91
+ change is rejected).
92
+
82
93
.. _doc-contributing-pr-format :
83
94
84
95
Pull Request Format
85
96
~~~~~~~~~~~~~~~~~~~
86
97
87
- Unless you're fixing some minor typos, the pull request description must**
98
+ Unless you're fixing some minor typos, the pull request description ** must **
88
99
include the following checklist to ensure that contributions may be reviewed
89
100
without needless feedback loops and that your contributions can be included
90
101
into the documentation as quickly as possible:
You can’t perform that action at this time.
0 commit comments