# Pull Request ## Description Brief description of the changes in this PR. ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] Code quality improvement - [ ] Test improvement ## Changes Made - - - ## Testing - [ ] Tests pass locally - [ ] Added tests for new functionality - [ ] Updated existing tests as needed - [ ] Manual testing completed ## Code Quality - [ ] Code follows the style guidelines of this project - [ ] Self-review of code completed - [ ] Code is commented, particularly in hard-to-understand areas - [ ] Type hints are added for new code ## Documentation - [ ] Documentation updated (if applicable) - [ ] CLAUDE.md updated with architecture changes (if applicable) - [ ] README.md updated (if applicable) ## Name Cheap API - [ ] Changes are compatible with Name Cheap API - [ ] Tested in sandbox environment - [ ] No breaking changes to existing API usage ## Checklist - [ ] My code follows the code style of this project - [ ] My change requires a change to the documentation - [ ] I have updated the documentation accordingly - [ ] I have read the **CONTRIBUTING** document - [ ] I have added tests to cover my changes - [ ] All new and existing tests passed