1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-13 02:12:02 +00:00

Fixes from review.

This commit is contained in:
Joshua Levy 2016-09-01 16:53:24 -07:00
parent c777b2e83b
commit 06bcc9b0b6

View file

@ -32,7 +32,7 @@ When you contribute, keep in mind these conventions:
- Use oriented apostrophes (Unicodes, not ASCII's). - Use oriented apostrophes (Unicodes, not ASCII's).
- Use em dashes — like this (not two hyphens -- like this). - Use em dashes — like this (not two hyphens -- like this).
- Section conventions: When appropriate please add sections covering these items (where *X* = EC2, S3, etc.): - Section conventions: When appropriate please add sections covering these items (where *X* = EC2, S3, etc.):
- *X Basics*: The elementary facts you should know if you don't yet know anything about the service. - *X Basics*: The elementary facts you should know if you dont yet know anything about the service.
- *X Alternatives and Lock-In*: Should you be using this service or something else? Is the decision an important one that locks you in? - *X Alternatives and Lock-In*: Should you be using this service or something else? Is the decision an important one that locks you in?
- *X Tips*: Everything you should know about the service, from big stuff to details. - *X Tips*: Everything you should know about the service, from big stuff to details.
- *X Cost Management*: Tips specific to that service on reducing or managing costs. - *X Cost Management*: Tips specific to that service on reducing or managing costs.
@ -40,4 +40,4 @@ When you contribute, keep in mind these conventions:
- Not all sections need to follow the above conventions exactly. Strive for consistency, but clarity is more important. - Not all sections need to follow the above conventions exactly. Strive for consistency, but clarity is more important.
- Note we try to make sections uniquely titled, so GitHub links to Markdown section anchors dont collide and are stable. - Note we try to make sections uniquely titled, so GitHub links to Markdown section anchors dont collide and are stable.
Note we try to keep consistent formatting in Markdown via [markdownfmt](https://github.com/shurcooL/markdownfmt). We run **admin/reformat.sh** to do this, but you don't have to worry about it unless you really want to. Note we try to keep consistent formatting in Markdown via [markdownfmt](https://github.com/shurcooL/markdownfmt). We run **admin/reformat.sh** to do this, but you dont have to worry about it unless you really want to.