Skip to content

iws3/bootcamp---expectations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 

Repository files navigation


๐ŸŒฑ DeepSeeds โ€“ First Contribution Playground

โ€œ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.


๐ŸŽฏ Your Mission (5 min)

  1. Fork this repo.
  2. Clone your fork.
  3. Create a branch called add-<your-first-name> (e.g. add-gita).
  4. In the students/ folder, create a file named exactly <your-first-name>.py (e.g. gita.py).
  5. Inside that file place one line:
    print("At the end of the Ultimate GenAI Course Bamenda 2025, I expect to <write your expectation here!>")
  6. Commit, push, and open a Pull Request (PR) back to this repo.

Thatโ€™s itโ€”you will have made your first open-source contribution! ๐ŸŽ‰


๐Ÿ› ๏ธ Step-by-Step (Command Line)

If you prefer a GUI, GitHub Desktop works the sameโ€”adapt the steps below.

1. Fork

Click Fork (top-right of this page) so the repo appears under your GitHub account.

2. Clone your fork

3. Keep your fork in sync (optional - infact skip)

git remote add upstream https://github.com/iws3/bootcamp---expectations.git
git checkout master
git merge upstream/m

4. Create & switch to a new branch

git checkout -b add-<your-first-name>

5. Make your change

echo 'print("At the end of the Ultimate GenAI Course Bamenda 2025, I expect to <your expectation>")' > students/<your-first-name>.py

6. Stage, commit & push

git add students/<your-first-name>.py
git commit -m "Add <your-first-name> expectation"
git push -u origin add-<your-first-name>

7. Open a Pull Request

  • Go to your fork on GitHub.
  • Click Compare & pull request.
  • Title: Add <your-first-name> expectation
  • Description: Feel free to say hi ๐Ÿ‘‹
  • Submit!

โœ… Checklist before submitting

  • 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 main branch of the original repo.

๐Ÿ“š Need Help?


๐Ÿค Code of Conduct

Be kind. Be welcoming. Weโ€™re all learning.


Happy planting, DeepSeed! ๐ŸŒณ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages