@@ -14,10 +14,10 @@ Before Your First Contribution
14
14
15
15
**Before contributing **, you should consider the following:
16
16
17
- * Symfony documentation is written using ` reStructuredText `_ markup language.
17
+ * Symfony documentation is written using reStructuredText _ markup language.
18
18
If you are not familiar with this format, read :doc: `this article </contributing/documentation/format >`
19
19
for a quick overview of its basic features.
20
- * Symfony documentation is hosted on ` GitHub `_ . You'll need a GitHub user account
20
+ * Symfony documentation is hosted on GitHub _ . You'll need a GitHub user account
21
21
to contribute documentation.
22
22
* Symfony documentation is published under a
23
23
:doc: `Creative Commons BY-SA 3.0 License </contributing/documentation/license >`
@@ -137,7 +137,7 @@ changes and push them:
137
137
138
138
**Step 10. ** After your pull request is eventually accepted and merged in the Symfony
139
139
documentation, you will be included in the `Symfony Documentation Contributors `_
140
- list. Moreover, if you happen to have a ` SensioLabsConnect `_ profile, you will
140
+ list. Moreover, if you happen to have a SensioLabsConnect _ profile, you will
141
141
get a cool `Symfony Documentation Badge `_.
142
142
143
143
Your Second Documentation Contribution
@@ -286,16 +286,17 @@ which is the state of your work:
286
286
Would You Admit a Huge Pull Request with Lots of Changes?
287
287
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
288
288
289
- Sure! But before doing a huge change, it's probably a good idea to open an issue
290
- in the Symfony Documentation repository to ask the managers if they agree with
291
- your proposed changes. Otherwise, they could refuse your proposal after having
292
- made all the work and you would have wasted a lot of time.
289
+ First, make sure that the changes are somewhat related. Otherwise, please create
290
+ separate pull requests. Anyway, before submitting a huge change, it's probably a
291
+ good idea to open an issue in the Symfony Documentation repository to ask the
292
+ managers if they agree with your proposed changes. Otherwise, they could refuse
293
+ your proposal after having made all the work and you would have wasted a lot of time.
293
294
294
295
.. _`github.com/symfony/symfony-docs` : https://github.com/symfony/symfony-docs
295
- .. _ `reStructuredText` : http://docutils.sourceforge.net/rst.html
296
- .. _ `GitHub` : https://github.com/
296
+ .. _ reStructuredText : http://docutils.sourceforge.net/rst.html
297
+ .. _ GitHub : https://github.com/
297
298
.. _`fork the repository` : https://help.github.com/articles/fork-a-repo
298
299
.. _`Symfony Documentation Contributors` : http://symfony.com/contributors/doc
299
- .. _ `SensioLabsConnect` : https://connect.sensiolabs.com/
300
+ .. _ SensioLabsConnect : https://connect.sensiolabs.com/
300
301
.. _`Symfony Documentation Badge` : https://connect.sensiolabs.com/badge/36/symfony-documentation-contributor
301
302
.. _`sync your fork` : https://help.github.com/articles/syncing-a-fork
0 commit comments