Skip to content

Commit e2ba5c8

Browse files
authored
Update CONTRIBUTING.md with dependency guidelines
Added guidelines for managing dependencies and packages.
1 parent 34bf83c commit e2ba5c8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,17 @@ We welcome contributions of all skill levels.
6868

6969
---
7070

71+
## Dependencies & Packages
72+
- All dependencies are tracked in `package.json`.
73+
- Please **do not install or commit new packages** without prior discussion.
74+
- If you believe a new dependency is required:
75+
1. Open or comment on an issue describing why it’s needed.
76+
2. Wait for maintainer approval before adding it.
77+
- The `node_modules` folder should **not** be committed — it will be auto-generated by running `npm install`.
78+
- Always run `npm install` after cloning the repo to ensure your local environment matches the project.
79+
80+
---
81+
7182
## Issues
7283
- Use issues to report bugs, request features, or ask questions
7384
- Before opening a new issue, check if it already exists

0 commit comments

Comments
 (0)