Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Minor fixes to contributing code docs#2665

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
weaverryan merged 2 commits intosymfony:2.1fromjbafford:contributing-code-edits
May 29, 2013
Merged
Changes fromall 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
10 changes: 5 additions & 5 deletionscontributing/code/patches.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -34,15 +34,15 @@ Set up your user information with your real name and a working email address:

.. tip::

If your IDE creates configuration files inside project's directory,
If your IDE creates configuration files insidetheproject's directory,
you can use global ``.gitignore`` file (for all projects) or
``.git/info/exclude`` file (per project) to ignore them. See
`Github's documentation`_.

.. tip::

Windows users: when installing Git, the installer will ask what to do with
line endings and suggeststo replaceallLf by CRLF. This is the wrong
line endings, and suggestsreplacingallLF with CRLF. This is the wrong
setting if you wish to contribute to Symfony! Selecting the as-is method is
your best choice, as git will convert your line feeds to the ones in the
repository. If you have already installed Git, you can check the value of
Expand All@@ -52,8 +52,8 @@ Set up your user information with your real name and a working email address:

$ git config core.autocrlf

This will return either "false", "input" or "true", "true" and "false" being
the wrong values.Set it toanother value by typing:
This will return either "false", "input" or "true"; "true" and "false" being
the wrong values.Change it to"input" by typing:

.. code-block:: bash

Expand DownExpand Up@@ -344,7 +344,7 @@ because you want early feedback on your work, add an item to todo-list:
.. code-block:: text

- [ ] finish the code
- [ ] gather feedback my changes
- [ ] gather feedbackformy changes

As long as you have items in the todo-list, please prefix the pull request
title with "[WIP]".
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp