This repository is for the Initial Team Setup task. All co-founders must contribute their contact information to the table below to practice the agency's official Git workflow.
| Role | Full Name | GitHub Username | |
|---|---|---|---|
| Founder & CEO | Your-full-name | @your-github-username | your-email |
| Chief Technology Officer (CTO) | Your-full-name | @your-github-username | your-email |
| Chief Design Officer (CDO) | Ibe Angel Chinenye | @ibeangel13Design | ibeangel13@gmail.com |
| Chief Operating Officer (COO) | Jesutofunmi Egbewale Goodnews | @goodnews-code | goodnewscode@gmail.com |
| Head of Frontend Development | Kajogbola Abdulrahmon Bolaji | @raymond1097 | kajogbolaabdulrahmonbolaji@gmail.com |
| Head of Mobile Development | Your-full-name | @your-github-username | your-email |
| Head of Project Management | Your-full-name | @your-github-username | your-email |
| Head of Growth and Social Media | Your-full-name | @your-github-username | your-email |
| Head of Brand and Graphic Design | Your-full-name | @your-github-username | your-email |
| Head of Product | Your-full-name | @your-github-username | your-email |
- Clone Repo:
git clone [repo-url] - Create Branch:
git checkout -b @your-username/task-name(Example:@favour/init-setup) - Commit Message:
feat: added contact info - PR Title:
[Fix]: (Task Title) #IssueNumber(Example:[Fix]: Initial Team Setup #1) - Description: Add
Closes #IssueNumberand tag your Lead (Example:Closes #1 @Johnson).