New files: - LICENSE (MIT) - Required legal file - CHANGELOG.md - Version history following Keep a Changelog - CONTRIBUTING.md - Contributor guidelines - CODE_OF_CONDUCT.md - Community standards - .github/ISSUE_TEMPLATE/ - Bug report and feature request forms - .github/PULL_REQUEST_TEMPLATE.md - PR checklist - src/stegasoo/py.typed - PEP 561 type hint marker - examples/ - Usage examples (basic, file embedding, channel keys) Updated: - README.md - Added CI status badges 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
47 lines
1.3 KiB
Markdown
47 lines
1.3 KiB
Markdown
## Description
|
|
|
|
<!-- Describe your changes in detail -->
|
|
|
|
## Type of Change
|
|
|
|
<!-- Mark the relevant option with an 'x' -->
|
|
|
|
- [ ] 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 change)
|
|
- [ ] Documentation update
|
|
- [ ] Refactoring (no functional changes)
|
|
- [ ] CI/CD or build changes
|
|
|
|
## Related Issues
|
|
|
|
<!-- Link any related issues here -->
|
|
|
|
Fixes #
|
|
|
|
## Testing
|
|
|
|
<!-- Describe how you tested your changes -->
|
|
|
|
- [ ] I have added tests that prove my fix/feature works
|
|
- [ ] Existing tests pass locally with my changes
|
|
- [ ] I have tested manually (describe below)
|
|
|
|
### Manual Testing Steps
|
|
|
|
<!-- If applicable, describe manual testing performed -->
|
|
|
|
## Checklist
|
|
|
|
- [ ] My code follows the project's style guidelines
|
|
- [ ] I have performed a self-review of my code
|
|
- [ ] I have commented my code, particularly in hard-to-understand areas
|
|
- [ ] I have updated the documentation accordingly
|
|
- [ ] I have updated CHANGELOG.md (if user-facing changes)
|
|
- [ ] My changes generate no new warnings
|
|
- [ ] Any dependent changes have been merged and published
|
|
|
|
## Screenshots
|
|
|
|
<!-- If applicable, add screenshots to help explain your changes -->
|