Commit d94bd218 authored by Matt Penna's avatar Matt Penna Committed by Evan Read

Clarified forward slash usage rules

parent 0d279cb5
......@@ -235,9 +235,10 @@ Do not include the same information in multiple places. [Link to a SSOT instead.
- Do not use contractions.
- Instead of "don't", "can't", "doesn't", and so on, say "do not", "cannot", or "does not."
- Possible exceptions are cases when a more familiar tone is desired, such as a blog post or other casual context.
- Do not use slashes to clump different words together.
- Do not use slashes to clump different words together or as a replacement for the word "or."
- Instead of "and/or", consider saying "or", or use another sensible construction.
- Other examples include "author/asignee" and "namespace/repository name". Break apart any such instances in an appropriate way.
- Other examples include "clone/fetch," author/asignee," and "namespace/repository name." Break apart any such instances in an appropriate way.
- Exceptions to this rule include commonly accepted technical terms such as CI/CD, TCP/IP, and so on.
- Do not use "may" and "might" interchangeably.
- Use "might" to indicate the probability of something occurring. "If you skip this step, the import process might fail."
- Use "may" to indicate giving permission for someone to do something, or consider using "can", instead. "You may select either option on this screen." Or, "you can select either option on this screen."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment