From 75b3f300b92cd28a64d19d4710776e3e01c987b3 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Tue, 4 Feb 2025 11:57:58 -0800 Subject: [PATCH] Use alert syntax --- CONTRIBUTING.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0aa3a3bc0..65ef3a93f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,13 +37,14 @@ Questions, bug reports, and feature requests can all be submitted as [issues](ht ## Pull Requests -**NOTE**: We are currently **not** accepting PRs to add new instrumentation -probes. A new [instrumentation probe API] is being designed. To avoid excessive -churn and development burden, we will not be accepting new instrumentation -probes until that API is completed. - -Please **do** [open an issue] to track your request for new instrumentation. We -would like to know what we are missing and how you plan to use it. +> [!NOTE] +> We are currently **not** accepting PRs to add new instrumentation probes. A +> new [instrumentation probe API] is being designed. To avoid excessive churn +> and development burden, we will not be accepting new instrumentation probes +> until that API is completed. +> +> Please **do** [open an issue] to track your request for new instrumentation. +> We would like to know what we are missing and how you plan to use it. [open an issue]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/issues/new?template=new_instrumentation.yaml [instrumentation API]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/issues/1105