Skip to content

Commit 61931e6

Browse files
committedApr 3, 2013
update readme for general contribution guidelines
1 parent 3729f63 commit 61931e6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
 

‎README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ On MacOS you can do like this::
2626
# Errata
2727

2828
If you see anything that is technically wrong or otherwise in need of
29-
correction, please [open an issue](https://github.com/progit/progit/issues) and one of the maintainers will take a look.
29+
correction, please [open an issue](https://github.com/progit/progit/issues/new) and one of the maintainers will take a look.
3030

3131

3232
# Translation
@@ -35,5 +35,12 @@ If you wish to translate the book, your work will be put up on the
3535
git-scm.com site. Please put your translation into the appropriate
3636
subdirectory of this project, using the
3737
[ISO 639](http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
38-
and send a pull request. Be careful to use UTF-8 encoding in your files.
38+
and send a pull request.
3939

40+
# Sending a pull request
41+
42+
* Be careful to use UTF-8 encoding in your files.
43+
* Do not mix changes to the original english with translations in a single pull request.
44+
* If your pull request changes a translation, prefix your pull request and commits'messages with the ISO 639 code, e.g. `[de] Update chapter 2`.
45+
* Make sure the translation changes can be automatically merged. The maintainers can not make the merge manually if there are some conflicts.
46+
* Make as sure as possible that the changes work correctly for publishing to pdf, ebooks and the git-scm.com website

0 commit comments

Comments
 (0)
Please sign in to comment.