Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 714 Bytes

File metadata and controls

23 lines (18 loc) · 714 Bytes

Contributing to ChatterSpace

Thank you for considering contributing to ChatterSpace! We welcome all contributions, from bug fixes to new features.

📌 Contribution Steps

  1. ⭐ Star the repository.
  2. Fork the repo.
  3. Clone your fork locally.
  4. Create a feature branch: git checkout -b feat/your-feature.
  5. Make changes following the Code Style Guidelines.
  6. Commit with descriptive messages.
  7. Push your branch and open a Pull Request.

Code Style

  • Use ESLint for JavaScript linting.
  • Follow modular coding principles.
  • Keep functions small and focused.

PR Guidelines

  • Each PR should address a single issue/feature.
  • Add tests if applicable.
  • Update documentation.