Skip to content

Commit

Permalink
docs: update contributing file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Sep 17, 2023
1 parent 9ea2048 commit 5ccc422
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ If you'd like to create another package under the `@discordjs` organization run
pnpm run create-package <package-name> [package-description]
```

This will create new package directory under `packages/` with the required configuration files. You can
begin to make changes within the `src/` directory. It may also be required to update the CODEOWNERS file.
This will create new package directory under `packages/` with the required configuration files. You may begin
to make changes within the `src/` directory. You may also need to:

- Update workflows that utilize packages
- Update the CODEOWNERS file

0 comments on commit 5ccc422

Please sign in to comment.