From 5ccc42257b83be886e04d83a66bf6f96113242ba Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Sun, 17 Sep 2023 10:13:31 +0100 Subject: [PATCH] docs: update contributing file --- .github/CONTRIBUTING.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 963e09714e3a..21b588069115 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -43,5 +43,8 @@ If you'd like to create another package under the `@discordjs` organization run pnpm run create-package [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