Skip to content

Commit 94e5742

Browse files
committed
add note about develop to readme
1 parent f887f35 commit 94e5742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ To start the development server, cd into the `next` directory and run `nvm use`
6262

6363
When you make changes, it is suggested to use the recommended VS Code extensions if that is your editor. If not, tell your editor to auto-format based on the Prettier configuration in the root. Before you make a PR, you should run `make format` in the root to make sure the formatting is correct for the version of Black/Prettier we use.
6464

65+
Make sure your pull requests target `develop` since this is our staging. When it is merged into `main`, that is production.
66+
6567
## Building a full release
6668

6769
**NOTE:** This is NOT needed for development in most cases and can on some setups mess with the file permsisions in the next folder leading to needing to clean the build output/temp folders in there. In most development cases, building the next part is sufficient for testing. However, this is needed for production/staging.

0 commit comments

Comments
 (0)