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.