File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ On MacOS you can do like this::
26
26
# Errata
27
27
28
28
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.
30
30
31
31
32
32
# Translation
@@ -35,5 +35,12 @@ If you wish to translate the book, your work will be put up on the
35
35
git-scm.com site. Please put your translation into the appropriate
36
36
subdirectory of this project, using the
37
37
[ 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.
39
39
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
You can’t perform that action at this time.
0 commit comments