From 17f94fbcef26f1261e26c5ebca10e24acaf287fe Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Tue, 4 Feb 2020 09:41:37 -0800 Subject: [PATCH 1/3] Add minimal vscode settings for md files (#83) Signed-off-by: Bogdan Cristian Drutu --- .vscode/settings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .vscode/settings.json 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 From 49316bc20167a0a6e2214bbf5806e0e7d763b2d0 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Thu, 13 Feb 2020 09:53:23 -0800 Subject: [PATCH 2/3] Implement changes from https://github.com/open-telemetry/community/pull/299 (#87) --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 7fa72d4c61544720f03eab07d515f7f6ba832b58 Mon Sep 17 00:00:00 2001 From: Haiko Schol Date: Tue, 25 Feb 2020 00:24:20 +0100 Subject: [PATCH 3/3] Fix link to Rust RFCs in README (#81) Co-authored-by: Bogdan Drutu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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