nbktechworld / full-stack-web-dev

6 stars 13 forks source link

Place a heading that says'Pictures'before the picture of the dog. Include an appropricte icon #60

Open rendertolearn opened 3 weeks ago

rendertolearn commented 3 weeks ago

Added a heading "Pictures" to heading 2 and camera icon below screenshot-added_heading-icon

rendertolearn commented 3 weeks ago

Hi, I added a heading (Pictures) and an icon (camera) to issue #35 and am awaiting your approval.

nbkhope commented 3 weeks ago

Next time, please create a feature branch instead of committing directly to master.

Every time you start work you would do

git checkout -b describe-the-feature-like-this
# ... do the work...
git push origin describe-the-feature-like-this

Then the pull request would say at the top

rendertolearn wants to merge 1 commit into nbktechworld:master from rendertolearn:describe-the-feature-like-this

instead of

rendertolearn wants to merge 1 commit into nbktechworld:master from rendertolearn:master