Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

56 lines (35 loc) · 1.53 KB

epatriote_smart_benin 🚀 BeninFlag

It's very easy to contribute to this project

  1. Fork the project & clone locally.

    • Fork it then run after going to a proper folder

    git clone https://github.com/<YOUR_GITHUB>/epatriote_smart_benin.git


  2. Create an upstream remote and sync your local copy before you branch.

     cd epatriote_smart_benin
     git remote add upstream https://github.com/ePatrioteCreative/epatriote_smart_benin.git
    
     //Install dependencies
    
     flutter pub get
    

  3. Branch for each separate piece of work. ---

     git checkout <high_level_branch>
     git pull upstream <high_level_branch> 
     git push origin <high_level_branch>
     git checkout -b <your_working_branch>
    
     ---
    
  4. Do the work, write good commit messages, and read the CONTRIBUTING file. Note: make sure you're working on your <your_working_branch>

  5. Push to your origin repository. ---

     git push -u origin <your_working_branch>
    
     ---
    
  6. Create a new PR in GitHub. Note: You can do this in your forked repo on github Note: When pulling request, please chose <high_level_branch> as base branch on the upstream remote url

  7. Respond to any code review feedback. Note: If you don't follow the guidlines in this docs, your PR will not be accepted !

  8. Thank for participating ❤️

Happy hacking

Thank to be eP