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
This is the source code repository for the Django Girls Tutorial. Django Girls Tutorial is used on [tutorial.djangogirls.org](http://tutorial.djangogirls.org) so if you want to read it, please go there. If you want to contribute please do go further with this file.
4
4
5
-
6
5
# How to contribute
7
6
8
-
The Django Girls Tutorial is licensed under a [*Creative Commons Attribution-ShareAlike 4.0*](https://creativecommons.org/licenses/by-sa/4.0/) license. Everyone is free to add, edit and correct the tutorial.
7
+
The Django Girls Tutorial is licensed under a [_Creative Commons Attribution-ShareAlike 4.0_](https://creativecommons.org/licenses/by-sa/4.0/) license. Everyone is free to add, edit and correct the tutorial.
9
8
10
9
# Editing basics
11
10
@@ -24,7 +23,7 @@ You can find any discussions about the contents of the tutorial on the [Github i
24
23
For contributing to the tutorial the following is needed to get started:
25
24
26
25
* a [Github account](https://github.com)
27
-
* in the case of complex edits familiarity with [Git command line basics](https://help.github.com/articles/set-up-git) or familiarity with an app ([Windows](https://windows.github.com/), [Mac](https://mac.github.com/)) to push your edits made on your computer to Github.
26
+
* in the case of complex edits familiarity with [Git command line basics](https://help.github.com/articles/set-up-git) or familiarity with an app \([Windows](https://windows.github.com/), [Mac](https://mac.github.com/)\) to push your edits made on your computer to Github.
28
27
29
28
## Fork the repository
30
29
@@ -39,8 +38,8 @@ First fork the [DjangoGirls/tutorial](https://github.com/DjangoGirls/tutorial) r
39
38
For simple changes like typo corrections you can use the Github online editor:
40
39
41
40
* Open your local fork page on Github,
42
-
* go to *README.md* file in any chapter,
43
-
* press the *Edit* icon (pen)
41
+
* go to _README.md_ file in any chapter,
42
+
* press the _Edit_ icon \(pen\)
44
43
45
44
and you can edit the chapter directly on github.com.
46
45
@@ -56,60 +55,66 @@ Save your changes and create a pull request as explained below.
56
55
57
56
For adding new chapters, writing longer snippets of text or adding images, you need to get a copy of the tutorial to your local computer.
58
57
59
-
Either use the Github app for your operating system (mentioned above) or `git` command line to get the repository locally. You get the repository address from the front page of your own Github repository fork:
58
+
Either use the Github app for your operating system \(mentioned above\) or `git` command line to get the repository locally. You get the repository address from the front page of your own Github repository fork:
If you don't want to download the Gitbook Editor app you can also go to the [Gitbook website](https://www.gitbook.com/), sign up for free and work directly in your browser.
101
106
102
107
# Making a pull request
103
108
104
-
After you have finished your changes you need to create [a pull request](https://help.github.com/articles/using-pull-requests) on Github. DjangoGirls will get notified about the pull request, review your changes, suggest any corrections if needed and then *pull* your changes to the master version.
109
+
After you have finished your changes you need to create [a pull request](https://help.github.com/articles/using-pull-requests) on Github. DjangoGirls will get notified about the pull request, review your changes, suggest any corrections if needed and then _pull_ your changes to the master version.
105
110
106
-
In your own repository on Github press do *Compare & pull request*
111
+
In your own repository on Github press do _Compare & pull request_
107
112
108
113

109
114
110
-
Fill in the information *why* this change is being made. The reviewer can see the details of the actual change, so you don't need repeat the content of the change.
115
+
Fill in the information _why_ this change is being made. The reviewer can see the details of the actual change, so you don't need repeat the content of the change.
111
116
112
-
Then press *Create pull request*.
117
+
Then press _Create pull request_.
113
118
114
119
Github emails will notify you for the follow up process.
115
120
@@ -118,3 +123,4 @@ Github emails will notify you for the follow up process.
118
123
GitHub has an excellent [documentation](https://help.github.com/). Check it out if you need help!
119
124
120
125
For further questions please [contact DjangoGirls](https://djangogirls.org/).
0 commit comments