Welcome to the Tech Department onboarding Git session!
Each participant will add their own profile as a JSON file in the src/members/
folder.
- Fork this repository.
- Clone your fork.
- Create a branch (suggested:
add-<lastname>-profile
). - Add your JSON file in the
src/members/
directory, named as<lastname>.json
. - Commit and push your changes.
- Open a pull request to merge your branch.
Place your file in src/members/<lastname>.json
:
{
"name": "Alice Example",
"age": 22,
"position": "Frontend Developer",
"department": "Web Development",
"reason": " I applied so that I can enhance my skills",
"funFact": "I climbed Mount Fuji."
}
Learn Git & GitHub basics by practicing:
- Forking
- Branching
- Committing
- Pull requests
- Collaboration