Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1 KB

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 1 KB

Contributing Guide

Getting Started:

  1. Star, fork, and clone the repository onto your local drive.
  2. Find an open issue and assign it to yourself.
  3. LOCAL || git status to make sure you are on master
  4. LOCAL || git remote add upstream https://github.com/christo4b/Doctor_Readme.git
  5. LOCAL || git pull --rebase upstream master
  6. LOCAL || git checkout -b feature/nameOfIssueOrFeature
  7. GITHUB || create initial pull request with task list of issues
  8. GITHUB || update issue status to "In Progress"

After making edits and commiting changes to your local feature branch:

  1. LOCAL || git pull --rebase upstream master
  2. LOCAL || git push origin nameOfIssueOrFeature
  3. GITHUB || make a pull request merging your local feature branch into the
  4. GITHUB || fill out git - explaining within pull request comment field

Collaborator / Reviewer:

  1. GITHUB || Review and merge pull request
  2. GITHUB || Mark issue as resolved