Skip to content

Latest commit

ย 

History

History
28 lines (20 loc) ยท 787 Bytes

File metadata and controls

28 lines (20 loc) ยท 787 Bytes

Contributing to Clima-Sense

Thank you for considering contributing to Clima-Sense! ๐Ÿš€
We welcome all suggestions, bug reports, and pull requests.

How to Contribute

  1. Fork the repository
  2. Create a new branch: git checkout -b feature-name
  3. Make your changes
  4. Commit your changes: git commit -m 'Add feature'
  5. Push to the branch: git push origin feature-name
  6. Open a pull request ๐Ÿš€

Coding Guidelines

  • Use clear, descriptive commit messages.
  • Keep code modular and clean.
  • Make sure your code is formatted properly and tested.

Issues

If you spot a bug or want a new feature, open an issue with:

  • A descriptive title
  • Steps to reproduce (if a bug)
  • Screenshots or code snippets (if applicable)

Thanks for helping make Clima-Sense better! ๐Ÿ’ก