Skip to content

Research and recommend best practice for using quotes around text in .md files #7565

@codyyjxn

Description

@codyyjxn

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

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

  • Review .md and .yml files in the repository containing quotes and identify:
    • What types of data are currently put in quotes
    • Where the data in quotes is being used (to generate an HTML page, in an issue template, etc.)
  • Research best practices for using quotes within .md/.yml files and any other files that pull quoted data from the .md/.yml files
  • Write a comment on this issue with a recommendation for how quotes should be used in .md/.yml files, including:
    • Types of data that should be in quotes, if any
    • Whether single or double quotes should be used
    • Brief explanation of your research findings and justification for your recommendations
  • Finalize recommendations with a team lead

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Prioritized backlog

Relationships

None yet

Development

No branches or pull requests

Issue actions