-
-
Notifications
You must be signed in to change notification settings - Fork 776
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
Rollout Plan: Refactor code with img HTML tags to end without a slash #4362
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@JessicaLucindaCheng @ExperimentsInHonesty all of the dependencies have been resolved for this issue so I believe the |
I see a bunch of files in the code base that have references to issues with
Exampleswebsite/_includes/resource-card.html Line 18 in 5d338a1
Line 17 in 5d338a1
website/assets/js/current-projects.js Line 720 in 5d338a1
Line 32 in 5d338a1
website/pages/getting-started.html Line 100 in 5d338a1
Example not on sheetLine 845 in 5d338a1
website/.github/pull_request_template.md Line 20 in 5d338a1
|
@daras-cu In answer to your question below. No, don't create a PR just yet. We should always re-audit after a role out (audit + change issues). That way, we catch anything that we missed during each of those stages. See my comment above for what I found when I re-audited the code base. I ended up finding 14 issues to review for possible changes, if they all need changes, that ends up being 17.5% of the changes missed if we had considered this closed without checking.
|
We will make a new issue to create issues using this template and the results I found above labels: Make a note that leads back here to check to see if its all done and then remove the template. |
Dependency
Overview
We want to change img HTML tags ending with a slash (<img.../>) to an img tag without an ending slash (<img...>) so that the codebase is consistent with how we use img HTML tags.
Details
DR: img tag
documentation comment 1Action Items
Resources/Instructions
Footnotes
DR: img tag
documentation comment ↩Roll out plan ↩
HfLA-Website: img Tag Audit spreadsheet ↩
To understand the Issue Making labels, refer to the Resources section of this ER: ER: Documentation for Issue Making Levels #4678 ↩
Issue Template 1: img Tag Refactor on Website and its associated Markdown file .github/ISSUE_TEMPLATE/img-tag-refactor-on-website.md. This template works for any pages that are marked with
Template 1
in theTemplate to use if <img.../> found
column on thePage Audit
tab. Template 1 works if the img tag is on the website. ↩The text was updated successfully, but these errors were encountered: