From cdc6b1569227aa3c660608ef64b49c99472de970 Mon Sep 17 00:00:00 2001 From: k-taro56 <121674121+k-taro56@users.noreply.github.com> Date: Tue, 28 May 2024 01:53:41 +0900 Subject: [PATCH] chore: Update link to core team contributors in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a6d2a19..91d3b41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Before contributing, we recommend you read the [Tour de Source: NextAuth.js](htt - The `main` is for the latest changes regarding the `core` package, the adapters packages, and framework packages. - The `v4` branch is for `next-auth@v4` related changes. - Please make your Pull Request against the according branch. -- Pull Requests need approval of a [core contributor](https://next-auth.js.org/contributors#core-team) before merging. +- Pull Requests need approval of a [core contributor](https://authjs.dev/contributors#core-team) before merging. - We use TypeScript for source. - We use ESLint/Prettier for linting/formatting, so please run `pnpm lint` and `pnpm format` before committing to make resolving conflicts easier (VSCode users, check out [this ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and [this Prettier extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) to fix lint and formatting issues in development). - We encourage you to test your changes, and if you have the opportunity, please make those tests part of the Pull Request.