Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 999 Bytes

File metadata and controls

28 lines (18 loc) · 999 Bytes

Contributing to ProjectHub

Thank you for considering contributing to ProjectHub! Here are some guidelines to help you get started:

  1. Fork the repository and clone it to your local machine.
  2. Install dependencies using npm install.
  3. Make your changes and test them locally.
  4. Ensure your code follows our coding standards.
  5. Create a pull request with a clear description of your changes.

Code Style

  • Follow the coding style and conventions used in the existing codebase.
  • Write clear and concise commit messages.
  • Include tests for new features or bug fixes.

Issues

  • Report any issues or bugs you encounter using GitHub Issues.
  • Provide detailed information about the problem and steps to reproduce it.

Feedback

We welcome feedback and suggestions for improving ProjectHub! Share your ideas or feature requests by opening an issue or reaching out to us.

By contributing to this project, you agree to abide by the Code of Conduct.

Happy coding!