sleepd/CONTRIBUTING.md
2025-04-13 13:15:19 -06:00

28 lines
800 B
Markdown

# Contributing to SAAS - Sleep As Android Status
Thanks for helping improve the project!
## 🧰 Getting Started
1. Fork this repo
2. Clone your fork
3. Create a feature branch (`git checkout -b feature/new-thing`)
4. Make your changes and commit (`git commit -m 'Add cool thing'`)
5. Push to your fork (`git push origin feature/new-thing`)
6. Open a Pull Request on this repo
## 🛠️ Development Tips
- This integration is a custom HACS component written in Python.
- Please test your changes with valid MQTT messages using the same topic format.
- Use clear commit messages and PR descriptions.
## 🐞 Bug Reports
Before opening an issue, check existing issues and include:
- Home Assistant version
- Logs (if possible)
- Steps to reproduce
- Device details
Thanks again for your help!