Contribution8 min
Contributing Guidelines
How to contribute to open source projects and submit pull requests.
Contributing Guidelines
We welcome contributions to EnggVault! Here's how you can help.
Making Changes
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
Code Style
- Use TypeScript for all new files
- Follow the existing formatting rules
- Ensure tests pass before submitting