Skip to content

Remove text relating to tests #2049

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

Merged
merged 1 commit into from
Dec 30, 2012
Merged
Changes from all commits
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
12 changes: 0 additions & 12 deletions contributing/code/patches.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ An example submission could now look as follows:
Bug fix: no
Feature addition: yes
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: #12, #43
Todo: -
License of the code: MIT
Expand Down Expand Up @@ -347,17 +346,6 @@ When you save, git will start rebasing, and if successful, will ask you to
edit the commit message, which by default is a listing of the commit messages
of all the commits. When you finish, execute the push command.

.. tip::

To automatically get your feature branch tested, you can add your fork to
`travis-ci.org`_. Just login using your github.com account and then simply
flip a single switch to enable automated testing. In your pull request,
instead of specifying "*Symfony2 tests pass: [yes|no]*", you can link to
the `travis-ci.org status icon`_. For more details, see the
`travis-ci.org Getting Started Guide`_. This could easily be done by clicking
on the wrench icon on the build page of Travis. First select your feature
branch and then copy the markdown to your PR description.

.. _ProGit: http://git-scm.com/book
.. _GitHub: https://github.com/signup/free
.. _`Github's Documentation`: https://help.github.com/articles/ignoring-files
Expand Down