Skip to content

Commit

Permalink
Added self to CODEOWNERS + Minor update to README (#228)
Browse files Browse the repository at this point in the history
* Added myself to CODEOWNERS + Minor update to README
  • Loading branch information
thehenrytsai authored Apr 3, 2024
1 parent 2ffbfdf commit 9d0179b
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# The format is described: https://github.blog/2017-07-06-introducing-code-owners/

# These owners will be the default owners for everything in the repo.
* @michaelneale @mistermoe @jiyoontbd @phoebe-lew @KendallWeihe @kirahsapong @diehuxx
* @michaelneale @mistermoe @jiyoontbd @phoebe-lew @KendallWeihe @kirahsapong @diehuxx @thehenrytsai


# -----------------------------------------------
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Or to add submodules after cloning
```sh
git submodule update --init
```
We recommend this config which will only checkout the files relevant to tbdex-js
We recommend running the command below once which will configure your environment to only checkout the `hosted` directory under the `tbdex` git submodule directory, which contains files relevant to this repo, such as tbDEX spec test vectors and schemas.

```sh
git -C tbdex sparse-checkout set hosted
```
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/corepack
2 changes: 1 addition & 1 deletion bin/node
2 changes: 1 addition & 1 deletion bin/npm
2 changes: 1 addition & 1 deletion bin/npx
2 changes: 1 addition & 1 deletion bin/pnpm

0 comments on commit 9d0179b

Please sign in to comment.