Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Img tag refactor 5619 #5665

Merged
merged 6 commits into from
Oct 9, 2023
Merged

Conversation

tkozek
Copy link
Member

@tkozek tkozek commented Oct 5, 2023

Fixes #5619

What changes did you make?
-Removed the ending slash in the following img tag in Section 4.1:

<img src="https://user-images.githubusercontent.com/21162229/137784791-30871703-48de-4836-91ef-1268d86662a4.jpg" alt="Visual example of how to copy the comment link" />

to become:

<img src="https://user-images.githubusercontent.com/21162229/137784791-30871703-48de-4836-91ef-1268d86662a4.jpg" alt="Visual example of how to copy the comment link">

Why did you make the changes (we will use this info to test)?

-So that the codebase is consistent with how Hack for LA uses img HTML tags
For Reviewers: Do not review changes locally, rather, review changes at:

https://github.com/tkozek/website/blob/img-tag-refactor-5619/CONTRIBUTING.md

Screenshots of Proposed Changes Of The Website

-There are no visual changes to the site as a result of this issue.

@tkozek tkozek closed this Oct 5, 2023
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

Want to review this pull request? Take a look at this documentation for a step by step guide!

From your project repository, check out a new branch and test the changes.

git checkout -b tkozek-img-tag-refactor-5619 gh-pages
git pull https://github.com/tkozek/website.git img-tag-refactor-5619

@github-actions github-actions bot added good first issue Good for newcomers role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers Feature: Wiki size: 0.25pt Can be done in 0.5 to 1.5 hours labels Oct 5, 2023
@tkozek tkozek reopened this Oct 5, 2023
@KyleA99 KyleA99 self-requested a review October 7, 2023 03:31
@KyleA99
Copy link
Member

KyleA99 commented Oct 7, 2023

Review ETA: EOD 9/7/23
Availability: 12 pm - 5 pm 9/7/23

@MattChau01 MattChau01 self-requested a review October 7, 2023 04:27
@MattChau01
Copy link
Member

Availability: Can be reached via Slack throughout the day
ETA: Will complete by EOD Sunday

Copy link
Member

@KyleA99 KyleA99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Nice work @tkozek

Copy link
Member

@MattChau01 MattChau01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • The branch is going into the correct branch gh-pages. ✅
  • The original issue img tag refactor in CONTRIBUTING.md Section 4.1 #5619 was properly referenced. ✅
  • The specified line of code was properly updated per the instructions on the original issue. ✅
  • You also provided a direct URL to the updated md file for review, which was very helpful! From here, I was able to verify again that the proper code was updated!

Great work @tkozek!

@t-will-gillis t-will-gillis merged commit e34a4cc into hackforla:gh-pages Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Wiki good first issue Good for newcomers role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.25pt Can be done in 0.5 to 1.5 hours
Projects
None yet
Development

Successfully merging this pull request may close these issues.

img tag refactor in CONTRIBUTING.md Section 4.1
4 participants