Skip to content

Changed img tag on CONTRIBUTING.md pg#8550

Closed
mocodesss wants to merge 1 commit intohackforla:gh-pagesfrom
mocodesss:7835-img-tag-refactor-CONT-31biv
Closed

Changed img tag on CONTRIBUTING.md pg#8550
mocodesss wants to merge 1 commit intohackforla:gh-pagesfrom
mocodesss:7835-img-tag-refactor-CONT-31biv

Conversation

@mocodesss
Copy link
Member

@mocodesss mocodesss commented Mar 8, 2026

Fixes #7835

What changes did you make?

  • Line 981 of the CONTRIBUTING.md, updated this:
    If your images are too big, use the <img src="" width="" length="" /> syntax instead of ![image](link) to format the images
    .... to this:
    If your images are too big, use the <img src="" width="" length=""> syntax instead of ![image](link) to format the images

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

  • We use HTML tags with no ending slashes in the code base because the tag is self-closing. I updated this so the code base is consistent.

CodeQL Alerts

After the PR has been submitted and the resulting GitHub actions/checks have been completed, developers should check the PR for CodeQL alert annotations.

Check the PR's comments. If present on your PR, the CodeQL alert looks similar as shown

Screenshot 2024-10-28 154514

Please let us know that you have checked for CodeQL alerts. Please do not dismiss alerts.

  • I have checked this PR for CodeQL alerts and none were found.
  • I found CodeQL alert(s), and (select one):
    • I have resolved the CodeQL alert(s) as noted
    • I believe the CodeQL alert(s) is a false positive (Merge Team will evaluate)
    • I have followed the Instructions below, but I am still stuck (Merge Team will evaluate)
Instructions for resolving CodeQL alerts

If CodeQL alert/annotations appear, refer to How to Resolve CodeQL alerts.

In general, CodeQL alerts should be resolved prior to PR reviews and merging

Screenshots of Proposed Changes To The Website (if any, please do not include screenshots of code changes)

Visuals before changes are applied Screenshot 2026-03-08 at 12 06 18 PM
Visuals after changes are applied Screenshot 2026-03-08 at 12 07 17 PM

@github-actions
Copy link

github-actions bot commented Mar 8, 2026

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


Note that CONTRIBUTING.md cannot previewed locally; rather it should be previewed at this URL:

https://github.com/mocodesss/website/blob/7835-img-tag-refactor-CONT-31biv/CONTRIBUTING.md  

@github-actions github-actions bot added role: front end Tasks for front end developers role: back end/devOps Tasks for back-end developers Feature: Wiki Complexity: Small Take this type of issues after the successful merge of your second good first issue Feature: Refactor HTML size: 0.5pt Can be done in 3 hours or less Status: Unassigned by Bot Previously-prioritized issues that bot places in "New Issue Approval" labels Mar 8, 2026
@t-will-gillis
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complexity: Small Take this type of issues after the successful merge of your second good first issue Feature: Refactor HTML Feature: Wiki role: back end/devOps Tasks for back-end developers role: front end Tasks for front end developers size: 0.5pt Can be done in 3 hours or less Status: Unassigned by Bot Previously-prioritized issues that bot places in "New Issue Approval"

Projects

Development

Successfully merging this pull request may close these issues.

img tag refactor in CONTRIBUTING.md Section 3.1.b, iv

2 participants