Style cleanup: future tense
Problem to solve
As @cnorris and I discussed in our 1:1 today, he'd like me to start tackling cleanups of specific tone and style issues in our documentation, one at a time, so we can see focused results. He asked me to start by creating an issue to show the other TWs how to fix the instances of future tense in their docsets, and for me to start scrubbing out instances of future tense across all docsets with the help of the other TWs.
Proposal
- Assess the scope of the problem.
- Create issues to help delegate out the work, or update this issue to provide repeatable steps for TWs to follow.
- Begin cleanup on pages. Clean my own house first, then (time permitting) focus on unowned pages, then help other TWs with theirs.
- Achieve goal. Move on to next test.
Who can address the issue
@gl-docsteam, @cnorris asked for each TW to clean up their stages' documentation with these steps:
-
Edit
doc/.vale/gitlab/FutureTense.yml
and change line 11 tolevel: error
. -
Run the following command from the root directory of the GitLab repo, altering the stage or group name appropriately:
grep -riI --files-with-match "stage: STAGENAME" . | xargs vale --no-wrap --minAlertLevel error
-
Fix the identified issues.
-
Change the level of
FutureTense.yml
back towarning
. -
Assign the MR to @aqualls for review and merge.
-
Extra credit: tackle some
group: unassigned
pages. -
Check the box when you're done, so we know not to pester you:
Other links/references
- 2020-11-17:
✖ 5215 - 2020-11-18:
✖ 4760 - 2020-12-14:
✖ 2958