8000 Reworded the introduction of the contributing docs by javiereguiluz · Pull Request #7873 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Reworded the introduction of the contributing docs #7873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes, rewords and simplifications
  • Loading branch information
javiereguiluz committed May 7, 2017
commit 008db1069aaad850aaa857b93bdc8e4faad4d259
24 changes: 11 additions & 13 deletions contributing/documentation/index.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
Contributing Documentation
==========================

Documentation is as important as code for Open Source projects. That's why
Symfony dedicates a great amount of resources to document new features and to
keep the rest of the documentation up-to-date.
Documentation is as important as code. That's why Symfony dedicates a great
amount of resources to document new features and to keep the rest of the
documentation up-to-date.

More than 1,000 developers have contributed to Symfony documentation and we are
glad that you are considering joining this big family. This guide will explain
everything you need to contribute to the documentation:
These short guides explain everything you need to contribute to the documentation:

:doc:`The Contribution Process </contributing/documentation/overview>`
Explains the steps to follow to contribute fixes and new contents. It follows
the standard GitHub contribution process of most Open Source projects, so you
may already know everything that is needed.
Explains the steps to follow to contribute fixes and new contents. It's the
same contribution process followed by most open source projects, so you may
already know everything that is needed.

:doc:`Documentation Formats </contributing/documentation/format>`
Explains the technical details of the reStructuredText format used to write
the docs. Skip it if you already are familiar with this format.
Explains the technical details of the reStructuredText format that is used to
write the docs. Skip it if you are already familiar with this format.

:doc:`Documentation Standards </contributing/documentation/standards>`
Explains how to write docs and code examples to match the style and tone of
the rest of the documentation.
the rest of the existing documentation.

:doc:`License </contributing/documentation/license>`
Explains the details of the Creative Commons BB-SA 3.0 license used by the
Explains the details of the Creative Commons BY-SA 3.0 license used for the
Symfony Documentation.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

documentation


.. toctree::
Expand Down
0