From db6ccd2d1da6d2936be205e858288e37968b7772 Mon Sep 17 00:00:00 2001 From: Rishabh Poddar Date: Fri, 2 Oct 2020 01:02:22 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79f182a91..09a59dc2d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,10 +40,10 @@ Please ask as many questions as you need, either directly in the issue or on [Di ### Project Setup -1. Fork the [supertokens-core](https://github.com/supertokens/supertokens-core) repository +1. Fork the [supertokens-core](https://github.com/supertokens/supertokens-core) repository (**Skip this step if you are NOT modifying supertokens-core**) 2. `git clone https://github.com/supertokens/supertokens-root.git` 3. `cd supertokens-root` -4. Open the `modules.txt` file in an editor: +4. Open the `modules.txt` file in an editor (**Skip this step if you are NOT modifying supertokens-core**): - The `modules.txt` file contains the core, plugin-interface, the type of plugin and their branches(versions) - By default the `master` branch is used but you can change the branch depending on which version you want to modify - The `sqlite-plugin` is used as the default plugin as it is an in-memory database and requires no setup