diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..b71855d83 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "rewrap.wrappingColumn": 80, + "editor.rulers": [80], + "markdownlint.config": { + "MD004": false, + "MD013": false, + "MD024": {"allow_different_nesting": true}, + "MD029": {"style": "ordered"}, + "MD033": false, + "MD040": false, + }, +} \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS index d34bdbef5..ca773c801 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -12,4 +12,4 @@ # https://help.github.com/en/articles/about-code-owners # -* @bogdandrutu @carlosalberto @SergeyKanzhelev @yurishkuro @tedsuo @iredelmeier @aloisReitbauer @songy23 @c24t @reyang @tigrannajaryan @jmacd +* @bogdandrutu @carlosalberto @SergeyKanzhelev @yurishkuro @tedsuo @iredelmeier @arminru @c24t @reyang @tigrannajaryan @jmacd diff --git a/README.md b/README.md index 17f964be2..d461338e7 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Have suggestions? Concerns? Questions? **Please** raise an issue or raise the ma ## Background on the OpenTelemetry OTEP process -Our OTEP process borrows from the [Rust OTEP](https://github.com/rust-lang/OTEPs) and [Kubernetes Enhancement Proposal](https://github.com/kubernetes/enhancements) processes, the former also being [very influential](https://github.com/kubernetes/enhancements/blob/master/keps/0001-kubernetes-enhancement-proposal-process.md#prior-art) on the latter; as well as the [OpenTracing OTEP](https://github.com/opentracing/specification/tree/master/OTEP) process. Massive kudos and thanks to the respective authors and communities for providing excellent prior art 💖 +Our OTEP process borrows from the [Rust RFC](https://github.com/rust-lang/rfcs) and [Kubernetes Enhancement Proposal](https://github.com/kubernetes/enhancements) processes, the former also being [very influential](https://github.com/kubernetes/enhancements/blob/master/keps/0001-kubernetes-enhancement-proposal-process.md#prior-art) on the latter; as well as the [OpenTracing OTEP](https://github.com/opentracing/specification/tree/master/OTEP) process. Massive kudos and thanks to the respective authors and communities for providing excellent prior art 💖 [circleci-image]: https://circleci.com/gh/open-telemetry/oteps.svg?style=svg [circleci-url]: https://circleci.com/gh/open-telemetry/oteps