This repo is meant to enrich our selves in open source contribution to projects and how to work on a project as a team
phonebook console application is a project for python4dev group to help master skills the project contains
when the program is running user should be able to add, delete, edit and read contacts from contact list.
#Contribution guide
- fork this repo
- clone a local copy
- cd into
pyhtonPhoneBook
git remote add upstream https://github.com/Nicodona/pyhtonPhoneBook
- create a branch and checkout- run
git checkout -b <your_branch_name
- start writing your code 😄
- .......
- when done run:
git add .
git commit -m "your commit message"
git push origin <your_branch_name
- navigate to your remote forked copy and create a Pull Request (PR) #requirements pip install -r requirements.txt