-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Complexity: SmallTake this type of issues after the successful merge of your second good first issueTake this type of issues after the successful merge of your second good first issueFeature: Onboarding/Contributing.mdfeature: spellingrole: back end/devOpsTasks for back-end developersTasks for back-end developersrole: front endTasks for front end developersTasks for front end developerssize: 0.5ptCan be done in 3 hours or lessCan be done in 3 hours or lesstime sensitiveNeeds to be worked on by a particular timeframeNeeds to be worked on by a particular timeframe
Milestone
Description
Overview
As developers introducing the use of the VSCode Code Spell Checker extension, we need to provide a folder-level configuration file cspell.json in the website folder, which will establish site spell check settings.
Action Items
- You must use VS Code as your local text editor to install the VS Code extension for spell checking your codebase, The recommended installation method is to install Code Spell Checker directly from the VS Code text editor1. The extension can also be installed via the VS Code Marketplace website2
- Create a new file
cspell.jsonin the website (root) folder. - Copy/paste the following:
{
"version": "0.2",
"language": "en",
// words - list of words to be always considered correct
"words": [
"collabathon"
],
"ignorePaths": [
"node_modules",
".github"
]
}
- Save the file then test the VSCode Spell Checker extension:
- Open a few files in .github/workflows and confirm that no spell check errors appear
- Open the file
_includes/about-page/about-card-sustainability.html- Confirm that the term
Collabathonis not marked as an error or unknown word - Confirm that the term
Undebateis marked as an unknown word
- Confirm that the term
- Add/Commit the file
cspell.jsonand proceed with a Pull Request in the usual manner
Resources/Instructions
Footnotes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Complexity: SmallTake this type of issues after the successful merge of your second good first issueTake this type of issues after the successful merge of your second good first issueFeature: Onboarding/Contributing.mdfeature: spellingrole: back end/devOpsTasks for back-end developersTasks for back-end developersrole: front endTasks for front end developersTasks for front end developerssize: 0.5ptCan be done in 3 hours or lessCan be done in 3 hours or lesstime sensitiveNeeds to be worked on by a particular timeframeNeeds to be worked on by a particular timeframe
Type
Projects
Status
Done