Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 824 Bytes

File metadata and controls

29 lines (20 loc) · 824 Bytes

Contributing

Thank you for contributing to Haptique Kincony AGFW 🎉

We appreciate your interest in improving this open-source firmware and its companion tools.


🧠 Guidelines

  • Keep your code modular and well-commented.
  • Follow the same folder and naming structure:
    • Firmware/KinkonyAGFW_Arduino
    • Tools/tools
    • Docs/docs
  • Test before committing — use status_check.py and ir_send.py for quick validation.
  • Make sure new files include meaningful headers or descriptions.

💬 Commit Style

We use the Conventional Commits format to keep history organized.

Examples:

feat(tools): add Wi-Fi setup utility  
fix(api): correct JSON structure in /api/status  
docs: update setup instructions