Overview
We need to research and recommend best practice so that we can audit the site to determine which quotes or lack of quotes need to be fixed.
Details
Here is an example of two text items in the same file.
https://github.com/hackforla/website/blob/gh-pages/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.yml?plain
|
label: "Update Slack Link?" |
Here are examples from two different project .md files. Notice that first one one uses a double quote and the second uses a single quote for the same type of link
|
url: "https://github.com/hackforla/food-oasis" |
|
url: 'https://github.com/100Automations/website' |
Action Items
Additional Notes
Some research was already done for this issue and can be found in the comments, but it needs to be compiled into a concise recommendation. Additional research may be required.
Resources
Overview
We need to research and recommend best practice so that we can audit the site to determine which quotes or lack of quotes need to be fixed.
Details
Here is an example of two text items in the same file.
https://github.com/hackforla/website/blob/gh-pages/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.yml?plain
website/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.yml
Line 224 in 271a82e
website/.github/ISSUE_TEMPLATE/project-profile-card-review-and-update.yml
Line 233 in 271a82e
Here are examples from two different project .md files. Notice that first one one uses a double quote and the second uses a single quote for the same type of link
website/_projects/food-oasis.md
Line 90 in 53e798a
website/_projects/100-automations.md
Line 53 in 53e798a
Action Items
Additional Notes
Some research was already done for this issue and can be found in the comments, but it needs to be compiled into a concise recommendation. Additional research may be required.
Resources