-
-
Notifications
You must be signed in to change notification settings - Fork 785
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
Img tag refactor 5619 #5665
Conversation
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.
|
Review ETA: EOD 9/7/23 |
Availability: Can be reached via Slack throughout the day |
There was a problem hiding this 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
There was a problem hiding this 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!
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.