Thanks for your interest in LoggerKit.
- Xcode 15+
- Swift 5.9+
- iOS 15+ / macOS 12+
git clone https://github.com/HeminWon/LoggerKit.git
cd LoggerKit
swift build
swift test- Recommended branch names:
feat/*,fix/*,docs/*,refactor/*,test/* - Recommended commit style: Conventional Commits
feat: ...fix: ...docs: ...refactor: ...test: ...
- Ensure
swift buildandswift testpass before submitting - PR description should include:
- Background
- What changed
- Potential impact
- Validation steps
- If public APIs change, update
README.mdand example docs in the same PR
- Keep API naming clear and consistent
- Prefer maintainability over over-engineering
- Add comments only when needed, and explain why rather than what
- Issues and PRs can be written in English or Chinese
- Documentation should stay in Markdown with copy-paste runnable examples