From f58dde78100687615a741e306873a989f951d271 Mon Sep 17 00:00:00 2001 From: Kle012 Date: Wed, 26 Jun 2024 14:16:50 -0700 Subject: [PATCH 1/2] img Tag Refactor - Contributing.md - 5146 --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9158d06e56..cf01fb3061 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,10 +40,10 @@ The following is a set of guidelines for contributing to the website repository, - [**2.3.d Issues for Hacktoberfest contributors (Front-End/Back-End)**](#23d-issues-for-hacktoberfest-contributors-front-endback-end) - [**2.3.e What if you see bugs/errors that are not connected to an issue?**](#23e-what-if-you-see-bugserrors-that-are-not-connected-to-an-issue) - [**2.4 Claiming an Issue**](#24-claiming-an-issue) - - [**2.4.a Assign & Unassign yourself to this issue**](#24a-assign--unassign-yourself-to-this-issue) + - [**2.4.a Assign \& Unassign yourself to this issue**](#24a-assign--unassign-yourself-to-this-issue) - [**i. If you want to to self assign an issue:**](#i-if-you-want-to-to-self-assign-an-issue) - [**ii. If you want to to remove yourself an issue:**](#ii-if-you-want-to-to-remove-yourself-an-issue) - - [**2.4.b Move this issue from the ‘Prioritized Backlog’ to the ‘In progress’ & back**](#24b-move-this-issue-from-the-prioritized-backlog-to-the-in-progress--back) + - [**2.4.b Move this issue from the ‘Prioritized Backlog’ to the ‘In progress’ \& back**](#24b-move-this-issue-from-the-prioritized-backlog-to-the-in-progress--back) - [**i. After you claim an issue:**](#i-after-you-claim-an-issue) - [**ii. After you unassign yourself from an issue:**](#ii-after-you-unassign-yourself-from-an-issue) - [**2.5 Reporting progress on your issue**](#25-reporting-progress-on-your-issue) @@ -878,7 +878,7 @@ git push --set-upstream origin update-give-link-2093
Click here to see pull request #2131 example (gif) - +

From aa02c26ceaa0df5a20fd7b9446474b23bbbbeb20 Mon Sep 17 00:00:00 2001 From: Kim <109393217+Kle012@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:36:15 -0700 Subject: [PATCH 2/2] Remove backslashes and refactor img tag --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf01fb3061..466b0a3cf2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,10 +40,10 @@ The following is a set of guidelines for contributing to the website repository, - [**2.3.d Issues for Hacktoberfest contributors (Front-End/Back-End)**](#23d-issues-for-hacktoberfest-contributors-front-endback-end) - [**2.3.e What if you see bugs/errors that are not connected to an issue?**](#23e-what-if-you-see-bugserrors-that-are-not-connected-to-an-issue) - [**2.4 Claiming an Issue**](#24-claiming-an-issue) - - [**2.4.a Assign \& Unassign yourself to this issue**](#24a-assign--unassign-yourself-to-this-issue) + - [**2.4.a Assign & Unassign yourself to this issue**](#24a-assign--unassign-yourself-to-this-issue) - [**i. If you want to to self assign an issue:**](#i-if-you-want-to-to-self-assign-an-issue) - [**ii. If you want to to remove yourself an issue:**](#ii-if-you-want-to-to-remove-yourself-an-issue) - - [**2.4.b Move this issue from the ‘Prioritized Backlog’ to the ‘In progress’ \& back**](#24b-move-this-issue-from-the-prioritized-backlog-to-the-in-progress--back) + - [**2.4.b Move this issue from the ‘Prioritized Backlog’ to the ‘In progress’ & back**](#24b-move-this-issue-from-the-prioritized-backlog-to-the-in-progress--back) - [**i. After you claim an issue:**](#i-after-you-claim-an-issue) - [**ii. After you unassign yourself from an issue:**](#ii-after-you-unassign-yourself-from-an-issue) - [**2.5 Reporting progress on your issue**](#25-reporting-progress-on-your-issue)