โFrom Seed to Sequoiaโ
Welcome, DeepSeed!
This repository is a safe place to practise the complete fork โ clone โ branch โ pull-request workflow you will use in every open-source project.
- Fork this repo.
- Clone your fork.
- Create a branch called
add-<your-first-name>(e.g.add-gita). - In the
students/folder, create a file named exactly<your-first-name>.py(e.g.gita.py). - Inside that file place one line:
print("At the end of the Ultimate GenAI Course Bamenda 2025, I expect to <write your expectation here!>")
- Commit, push, and open a Pull Request (PR) back to this repo.
Thatโs itโyou will have made your first open-source contribution! ๐
If you prefer a GUI, GitHub Desktop works the sameโadapt the steps below.
Click Fork (top-right of this page) so the repo appears under your GitHub account.
git remote add upstream https://github.com/iws3/bootcamp---expectations.git
git checkout master
git merge upstream/mgit checkout -b add-<your-first-name>echo 'print("At the end of the Ultimate GenAI Course Bamenda 2025, I expect to <your expectation>")' > students/<your-first-name>.pygit add students/<your-first-name>.py
git commit -m "Add <your-first-name> expectation"
git push -u origin add-<your-first-name>- Go to your fork on GitHub.
- Click Compare & pull request.
- Title:
Add <your-first-name> expectation - Description: Feel free to say hi ๐
- Submit!
- My file is inside
students/. - File name is
<my-first-name>.py. - It contains exactly one
print()statement with my expectation. - I created a branch named
add-<my-first-name>. - I opened the PR against the
mainbranch of the original repo.
- Git not installed? https://git-scm.com/downloads
- VS Code not set up? https://code.visualstudio.com/docs/sourcecontrol/overview
- Authentication errors? Use a Personal Access Token instead of password.
Be kind. Be welcoming. Weโre all learning.
Happy planting, DeepSeed! ๐ณ