Skip to content

Commit 8fdd849

Browse files
authored
Merge pull request #13 from PythonIreland/allynh_pr_readme
Adding contribution section.
2 parents 3d8b136 + 9b3cdbf commit 8fdd849

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,26 @@ This is a list of resources speakers can connect to their talk, such as location
4242

4343
# Previous PyCons:
4444
If you'd like to submit data for a previous PyCon but the folder isn't there - create it 🙂
45+
46+
47+
# Contributing:
48+
You'll need to create a branch and Pull Request to have your changes included. If you're not familiar the steps are as follows:
49+
50+
## Creating a PR:
51+
52+
### 1. Create and switch to a new branch
53+
git checkout -b your-branch-name
54+
55+
### 2. Make your changes (edit files, add features, etc.)
56+
57+
### 3. Stage and commit your changes
58+
git add .
59+
git commit -m "Your descriptive commit message"
60+
61+
### 4. Push the branch to GitHub
62+
git push origin your-branch-name
63+
64+
### 5. Open a Pull Request on GitHub:
65+
- Go follow the URL to GitHub.
66+
- Click "Compare & pull request" for your newly pushed branch.
67+
- Fill in the PR details and submit.

0 commit comments

Comments
 (0)