pull_request_template.mdโข1.57 kB
## Description
<!-- Describe what this PR does. Why is this change needed? -->
## Type of Change
<!-- Check the relevant option(s) -->
- [ ] ๐ Bug fix (non-breaking change that fixes an issue)
- [ ] โจ New feature (non-breaking change that adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] ๐ Documentation update
- [ ] ๐ง Code refactoring (no functional changes)
- [ ] โก Performance improvement
- [ ] ๐งช Test improvement
## Related Issues
<!-- Link to related issues, e.g., "Fixes #123" or "Relates to #456" -->
## Changes Made
<!-- List the main changes in this PR -->
-
-
-
## Testing
<!-- Describe how you tested these changes -->
**Tested with:**
- Node.js version:
- Home Assistant version:
- Cursor version:
- HA Cursor Agent version:
**Test steps:**
1.
2.
3.
## Security & Privacy
<!-- Important for Home Assistant projects! -->
- [ ] No sensitive data (tokens, passwords, IPs) included in code or commits
- [ ] No credentials hardcoded
- [ ] All example configs use placeholder values
## Checklist
<!-- Check all that apply -->
- [ ] Code follows the project's coding style
- [ ] I have tested these changes locally
- [ ] Documentation has been updated (if needed)
- [ ] CHANGELOG.md has been updated (if applicable)
- [ ] No breaking changes (or documented if unavoidable)
- [ ] I have read and agree to the [Code of Conduct](../CODE_OF_CONDUCT.md)
## Additional Context
<!-- Any other relevant information, screenshots, or context -->