Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update stability text if there are multiple groups #1820

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

deniak
Copy link
Member

@deniak deniak commented Mar 19, 2024

Fix #1818

@deniak deniak merged commit 0295fa2 into main Mar 19, 2024
8 checks passed
@deniak deniak deleted the stability-multiple-groups branch March 19, 2024 14:47
himorin added a commit to himorin/bikeshed-boilerplate that referenced this pull request Mar 21, 2024
' A Candidate Recommendation Draft integrates changes from the previous Candidate Recommendation that the Working Group intends to include in a subsequent Candidate Recommendation Snapshot.';
const groupIds = sr.getDelivererIDs();
const INTRO_S = ` A Candidate Recommendation Snapshot has received wide review, is intended to gather implementation experience, and has commitments from Working Group${
groupIds.length > 1 ? 's' : ''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
groupIds.length > 1 ? 's' : ''
groupIds.length > 1 ? "s'" : ''

Context: https://github.com/speced/bikeshed-boilerplate/pull/62/files#r1528428357

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anssiko thanks for the suggestion. After checking with our head of comm, both versions appeared to be correct.
Now, the suggestion would also apply if there's a single group. So to avoid having to update both bikeshed and respec, I'm tempted to keep the current version of the sentence.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for checking with comms folks. I'm fine with whatever is grammatically correct, so let's keep the current.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow multiple WGs in stability text (CR)
2 participants