forked from stack-auth/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f37384
commit e5b41ef
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,14 @@ If you would like to contribute to the project, you can start by looking at the | |
## Security & bug bounties | ||
|
||
For any security-related concerns & bug bounties, please email us at [[email protected]](mailto:[email protected]). | ||
|
||
|
||
## Before creating a pull request | ||
|
||
Please make sure to: | ||
|
||
- Install ESLint in your IDE and follow the code format of the code base (e.g., spaces around `=`, semicolons at the end, etc.). | ||
- Run `pnpm typecheck`, `pnpm lint`, and `pnpm build`. `pnpm prisma migrate dev` All of them should pass. | ||
- Create only one DB migration file per PR. | ||
- Ensure all dependencies are in the correct `package.json` files. | ||
- Ensure the PR is ready for review. If you want to discuss WIP code, make it a draft. |