Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fomalhautb authored Jun 18, 2024
1 parent 1f37384 commit e5b41ef
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e5b41ef

Please sign in to comment.