File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff 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:
4444If 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.
You can’t perform that action at this time.
0 commit comments