-
Notifications
You must be signed in to change notification settings - Fork 14
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
Define formatting/writing style points? #326
Comments
Yes, we should agree on style. 👍 Should we even add this to some readme somewhere? Maybe the one in the root?
Sounds good to me. I've been trying to consistently change into exactly this.
I have been changing into the following:
Some of these might be a bit controversial, so feel free to disagree and discuss. My reasons for these particular choices is to keep line lengths as short as possible (since you can't line break tables), and keep diffs as useful as possible.
I prefer
|
Yes, but not sure it should be directly user facing. Maybe a
Indeed, and I'm fine with this.
Sounds fine to me.
I'd prefer the full written out
Sounds fine to me, although I think we also shouldn't reformat text too much to put it in exactly this format, as that also decreases diff clarity. |
Relevant: #307 |
I'd strongly prefer to capitalize headers like normal sentences. |
While getting down to the the small details, there's been plenty of fixes and sometimes overriding of previous changes in regards to things like table layouts. What about collecting some points of what we try to adhere to?
Some points to consider:
_
for italics and**
for bold in markdown|
?e.g.
andi.e.
asfor example
andthat is
?The text was updated successfully, but these errors were encountered: