You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/en/docs/contributing/style-guide.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ the site.
38
38
| OpenTelemetry | OpenTelemetry should always be capitalized. Don't use Open-Telemetry. |
39
39
| OTel | OTel is the accepted short form of OpenTelemetry. Don't use OTEL. |
40
40
| Collector | When referring to the OpenTelemetry Collector, always capitalize Collector. Write "The Collector" or "The Opentelemetry Collector" if you're starting a sentence. Write "the Collector" or "the OpenTelemetry Collector" in the middle or end of a sentence. Use just "Collector" if you are using Collector as an adjective (for example, "Collector configuration").|
41
-
| OTEP | OpenTelemetry Enhancement Proposal. Write "OTEPs" as plural form. Don't write "OTep" or "otep". |
41
+
| OTEP |[OpenTelemetry Enhancement Proposal]. Write "OTEPs" as plural form. Don't write "OTep" or "otep". |
42
42
| OpAMP | Open Agent Management Protocol. Don't write "OPAMP" or "opamp" in descriptions or instructions. |
43
43
<!-- prettier-ignore-end -->
44
44
@@ -116,3 +116,6 @@ submitting a PR, or run it afterwards and push an additional commit.
116
116
All file names should be in
117
117
[kebab case](https://en.wikipedia.org/wiki/Letter_case#Kebab_case). Run
118
118
`npm run fix:filenames`to automatically rename your files.
0 commit comments