From 1c19cc71df09ce5f3d5201836a992cffc97dd3ca Mon Sep 17 00:00:00 2001 From: Nico Domino Date: Tue, 15 Nov 2022 17:47:15 +0100 Subject: [PATCH] chore: add tour de source link to CONTRIBUTING.md (#5820) --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81574743..23c167cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,8 @@ Please raise any significant new functionality or breaking change an issue for d Anyone can be a contributor. Either you found a typo, or you have an awesome feature request you could implement, we encourage you to create a Pull Request. +Before contributing, we recommend you read the [Tour de Source: NextAuth.js](https://sourcegraph.com/notebooks/Tm90ZWJvb2s6MTc2MQ==) post to become more familiar with the libraries inner workings. + ### Pull Requests - The latest changes are always in `main`, so please make your Pull Request against that branch. @@ -116,4 +118,4 @@ When accepting Pull Requests, make sure the following: ### Skipping a release -If a commit contains `[skip release]` in their message, it will be excluded from the commit analysis and won't participate in the release type determination. This is useful, if the PR being merged should not trigger a new `npm` release. \ No newline at end of file +If a commit contains `[skip release]` in their message, it will be excluded from the commit analysis and won't participate in the release type determination. This is useful, if the PR being merged should not trigger a new `npm` release.