From ceaf553957677e6b507268113a5869e26c16a0d2 Mon Sep 17 00:00:00 2001 From: s1gr1d Date: Tue, 2 Apr 2024 13:14:45 +0200 Subject: [PATCH] Add Link to SDK Development Guide --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d424a69e1967..a02b096ed125 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,9 @@ We welcome suggested improvements and bug fixes to the `@sentry/*` family of packages, in the form of pull requests on [`GitHub`](https://github.com/getsentry/sentry-javascript). The guide below will help you get started, but if you have -further questions, please feel free to reach out on [Discord](https://discord.gg/Ww9hbqr). +further questions, please feel free to reach out on [Discord](https://discord.gg/Ww9hbqr). To learn about some general +SDK development principles check out the [SDK Development Guide](https://develop.sentry.dev/sdk/) in the Sentry +Developer Documentation. ## Setting up an Environment