Thank you for considering contributing to ChatterSpace! We welcome all contributions, from bug fixes to new features.
- ⭐ Star the repository.
- Fork the repo.
- Clone your fork locally.
- Create a feature branch:
git checkout -b feat/your-feature. - Make changes following the Code Style Guidelines.
- Commit with descriptive messages.
- Push your branch and open a Pull Request.
- Use ESLint for JavaScript linting.
- Follow modular coding principles.
- Keep functions small and focused.
- Each PR should address a single issue/feature.
- Add tests if applicable.
- Update documentation.