Skip to content

Commit

Permalink
add codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan committed Dec 8, 2022
1 parent 84b5553 commit 6861561
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @0xmaayan
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ You are welcome to create a pull reuqest against the `main` branch.

Before creating a PR, on the root folder

1. Run `pnpm install --force`
2. Run `pnpm turbo run build`
1. Make sure you are up to date with the `main` branch
2. Run `pnpm install --force`
3. Run `pnpm turbo run build`

If everything passes, you should be able to create a PR.

Expand Down

0 comments on commit 6861561

Please sign in to comment.