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
+14-4
Original file line number
Diff line number
Diff line change
@@ -37,17 +37,27 @@ You can do this by clicking the "Fork" button in the top right corner of the rep
37
37
38
38
[Fork and Clone GitHub Repos](https://datascienceskills.org/lessons/git-github/git-intro/3-fork-clone/) is a good resource to learn more about forking.
39
39
40
-
*__TODO__: This section should show a beginner user how to fork a repository in GitHub.*
41
-
42
40
## Contributing via the GitHub website
43
41
44
42
### How to edit a MarkDown file
45
43
46
-
*__TODO__: This section should show how to use the GitHub interface to edit and previewing a Markdown file.*
44
+
The Python Packaging Guide is written in myST, a variant of MarkDown. You can edit the files directly in the GitHub website.
45
+
To do so, navigate to the file you want to edit and click the pencil icon in the top right corner of the file.
46
+
47
+

48
+
49
+
To preview your changes, click the "Preview changes" tab.
50
+
51
+

47
52
48
53
### How to commit your changes
49
54
50
-
*__TODO__: This section should show how to commit changes via the GitHub interface.*
55
+
When you are done editing the file, scroll down to the bottom of the page. You will see a section called "Commit changes".
56
+
Here you can write a title and a description for your changes. Make sure to write a clear and concise title that describes the changes you made.
57
+
58
+

59
+
60
+
click on the "propose changes" button to submit your changes and open a pull request. See (How to make a pull request)[#how-to-make-a-pull-request] for more information.
0 commit comments