nbktechworld / full-stack-web-dev

6 stars 13 forks source link

added two pictures with dog on them beside the dalmatin #61

Closed Oleksii-Poltavets closed 3 months ago

Oleksii-Poltavets commented 3 months ago

Hi, I've added two pictures with dogs on them besides the Dalmatian as a comment in the issue asked to do. I also gave the image attribute height='100' to make them all be one height, my prettier automatically changed some spaces in the code and in most cases fixed the position of tags let me know if it's ok.

image

nbkhope commented 3 months ago

1) You should have created a feature branch first before working on the feature. Then commit to that feature branch and make a pull request using that branch.

git checkout -b add-more-dog-pictures
# ... do your work ...
git push origin add-more-dog-pictures

I'll let it pass for this pull request (PR).

2) Regarding the automatic code formatter. Put yourself in the shoes of a code reviewer, you see a lot of diff noise https://github.com/nbktechworld/full-stack-web-dev/pull/61/files. It's going to take longer to review.

From the point of view of focused pull requests relevant to the issue, you should try to change code that is only relevant to your task. Avoid touching code that is unrelated. Refrain and resist the urge from performing cosmetic changes just because you think it is pretty (even if it wasnt "you" and was performed with automatic format on save). The codebase should remains as is.

So I'd recommend you not use code formatter please. Only touch the code that is relevant to your issue.

nbkhope commented 3 months ago

@Oleksii-Poltavets thanks for addressing the feedback. Looks good to me. This was also an exercise of having someone commenting on your pull request. Please don't take it personal 🙂

nbkhope commented 3 months ago

@Oleksii-Poltavets I don't know if you're on the Discord server, so I'm messaging here:

feel free to ask to work on other issues if you'd like and I'll assign you 👍

Oleksii-Poltavets commented 3 months ago

Hey, I'm not in discord yet, thanks I'll ask permission if I have time on weekends, thanks 👍

On Fri, Jun 21, 2024, 7:59 PM nbkhope @.***> wrote:

@Oleksii-Poltavets https://github.com/Oleksii-Poltavets I don't know if you're on the Discord server, so I'm messaging here:

feel free to ask to work on other issues if you'd like and I'll assign you 👍

— Reply to this email directly, view it on GitHub https://github.com/nbktechworld/full-stack-web-dev/pull/61#issuecomment-2183592114, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMTITBTGGVLTPM6C6OG7REDZIS45DAVCNFSM6AAAAABJWWMMO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBTGU4TEMJRGQ . You are receiving this because you were mentioned.Message ID: @.***>