Skip to content
Prev Previous commit
Next Next commit
Update modules/contributor/pages/style_guide.adoc
Co-authored-by: Teo Klestrup Röijezon <teo.roijezon@stackable.de>
  • Loading branch information
fhennig and nightkr authored Jun 1, 2022
commit dd160b5a8cfdf5c6cb0d4914c14855293d7b1086
2 changes: 1 addition & 1 deletion modules/contributor/pages/style_guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For formatting text and code, follow the link:https://kubernetes.io/docs/contrib
- link:https://kubernetes.io/docs/contribute/style/style-guide/#use-upper-camel-case-for-api-objects[Use upper camel case for API objects] such as ConfigMap or KafkaCluster
- link:https://kubernetes.io/docs/contribute/style/style-guide/#use-italics-to-define-or-introduce-new-terms[Use italics to define or introduce new terms]
- link:https://kubernetes.io/docs/contribute/style/style-guide/#use-code-style-for-filenames-directories-and-paths[Use code style for filenames, directories and paths]
- link:https://kubernetes.io/docs/contribute/style/style-guide/#use-code-style-for-object-field-names-and-namespaces[Use code style for object field names and namespaces]
- link:https://kubernetes.io/docs/contribute/style/style-guide/#use-code-style-for-object-field-names-and-namespaces[Use `code style` for object field names and namespaces]
- link:https://kubernetes.io/docs/contribute/style/style-guide/#use-normal-style-for-string-and-integer-field-values[Use normal style for string and integer field values]

For writing style, language, grammar and tone guidelines we refer to the link:https://developers.google.com/style/[Google developer documentation style guide]. Some highlights:
Expand Down