You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,31 +11,39 @@ Should your changes appear in a printed edition, you'll be included in the [cont
11
11
12
12
Before signaling an issue, please check that there isn't already a similar one in the bug tracking system.
13
13
14
-
Also, if this issue has been spotted on the git-scm.com site, please cross-check that it is still present in the pdf version. The issue may have already been corrected, but the changes have not been deployed yet.
14
+
Also, if this issue has been spotted on the git-scm.com site, please cross-check that it is still present in the pdf version.
15
+
The issue may have already been corrected, but the changes have not been deployed yet.
15
16
16
17
## Small Corrections
17
18
18
-
Errata and basic clarifications will be accepted if we agree that they improve the content. You can also open an issue so we can figure out how or if it needs to be addressed.
19
+
Errata and basic clarifications will be accepted if we agree that they improve the content.
20
+
You can also open an issue so we can figure out how or if it needs to be addressed.
19
21
20
22
If you've never done this before, the [flow guide](https://guides.github.com/introduction/flow/) might be useful.
21
23
22
24
## Large Rewrites
23
25
24
-
Open an issue for discussion before you start. These changes tend to be very subjective, often only clarifying things for some small percentage of people and it's rarely worth the time to accept them. Professional copy editors have already reviewed this content multiple times so while you may have somewhat better taste and grammar than we do it's unlikely that your prose is going to be *so* much better that it's worth changing vast swaths of text.
26
+
Open an issue for discussion before you start.
27
+
These changes tend to be very subjective, often only clarifying things for some small percentage of people and it's rarely worth the time to accept them.
28
+
Professional copy editors have already reviewed this content multiple times so while you may have somewhat better taste and grammar than we do it's unlikely that your prose is going to be *so* much better that it's worth changing vast swaths of text.
25
29
26
30
## Figures
27
31
28
32
The images in this book were generated using [Sketch 3](http://bohemiancoding.com/sketch/), with the [included sketchbook file](diagram-source/progit.sketch).
29
33
30
34
To add a figure:
31
35
32
-
1. Add a page to the sketchbook. Try to use the included symbols wherever possible.
33
-
1. Add a "slice" to your page. Give it a name that matches the destination PNG filename, relative from the root of the source directory.
34
-
1. Make sure your slice is set to export at "800w".
36
+
1. Add a page to the sketchbook.
37
+
Try to use the included symbols wherever possible.
38
+
2. Add a "slice" to your page.
39
+
Give it a name that matches the destination PNG filename, relative from the root of the source directory.
40
+
3. Make sure your slice is set to export at "800w".
35
41
36
42
37
43
## Translations
38
44
39
-
Translations to other languages are highly encouraged but handled a little differently than the first edition. We now keep each translation in a separate repository.
45
+
Translations to other languages are highly encouraged but handled a little differently than the first edition.
46
+
We now keep each translation in a separate repository.
40
47
41
-
Since each translation is a different repository, we can also have different maintainers for each project. The Pro Git team simply pulls them in and builds them for the translation teams.
48
+
Since each translation is a different repository, we can also have different maintainers for each project.
49
+
The Pro Git team simply pulls them in and builds them for the translation teams.
0 commit comments