Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 957 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 957 Bytes

mastering python python4dev

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.

this app is to be built using python using Object Oriented Programming

#Contribution guide

  1. fork this repo
  2. clone a local copy
  3. cd into pyhtonPhoneBook
  4. git remote add upstream https://github.com/Nicodona/pyhtonPhoneBook
  5. create a branch and checkout- run git checkout -b <your_branch_name
  6. start writing your code 😄
  7. .......
  8. when done run: git add .
  9. git commit -m "your commit message"
  10. git push origin <your_branch_name
  11. navigate to your remote forked copy and create a Pull Request (PR) #requirements pip install -r requirements.txt