Skip to content

Commit 57a461b

Browse files
docs: initial contribute guide
1 parent 7a9fda8 commit 57a461b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: .gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ __pycache__
1111
styles/
1212
# Exclude translation .mo files
1313
locales/*/LC_MESSAGES/*.mo
14+
15+
16+
# Exclude virtual environments
17+
venv/
18+
env/
19+
ENV/
20+
.venv/
21+
.ENV/
22+
*/venv/

Diff for: CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ The second approach is making your contribution directly in the GitHub website.
3333
## Forking the repository
3434

3535
Independently of the approach you choose, the first step is to fork the Python Packaging Guide repository into your personal GitHub space.
36+
You can do this by clicking the "Fork" button in the top right corner of the repository page.
37+
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.
3639

3740
*__TODO__: This section should show a beginner user how to fork a repository in GitHub.*
3841

0 commit comments

Comments
 (0)