-
Notifications
You must be signed in to change notification settings - Fork 40
feat: introduce a style guide #2996
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for gis-utah-gov ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
<h3>Capitalization</h3> | ||
<p>The following terms are always capitalized:</p> | ||
<BulletedList> | ||
<li>State (when referring to the political entity)</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stephanie pointed out that this bit about capitalizing state conflicts with DGO's style guide. Apparently they like 'state of Utah' better than State of Utah, so we can remove this bit about capitalizing state.
</BulletedList> | ||
<h3>Numbers and units</h3> | ||
<BulletedList> | ||
<li>Spell out numbers one through ten. For larger numbers, use numerals.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li>Spell out numbers one through ten. For larger numbers, use numerals.</li> | |
<li>Spell out numbers one through ten. For larger numbers, use numerals.</li> |
Change to: "Unless a number begins a sentence, use numerals as opposed to spelling the word out", per Stephanie's recommendation.
@steveoh I've added in a few notes from Stephanie for the style guide, otherwise I think we're good to go! The only thing I might consider changing, aesthetics wise, is indenting some of the sub-bullet points further in (like the ones that are an example of a previously stated point). I think that would make them look more like a sub-point, and not just that the bullets got a little funky. I like the separation with the colors, I think it looks great overall. |
here we go!