Contributing to BeeFun Pro
March 7, 2026 ยท View on GitHub
Thanks for considering a contribution.
Scope
Contributions are welcome for:
- Bug fixes
- Performance improvements
- Documentation improvements
- Test coverage improvements
- Dependency modernization
Development Setup
- Install Xcode (latest stable recommended).
- Install CocoaPods.
- Run in project root:
cd BeeFun
pod install
open BeeFun.xcworkspace
Pull Request Guidelines
- Keep PRs focused and small.
- Include a clear problem statement and solution summary.
- Add screenshots for UI changes.
- Reference related issues when available.
- Keep code style consistent with existing modules.
Commit Message Style
Use clear, short commit messages, for example:
fix: resolve crash in notification listfeat: add pagination for trending feeddocs: update setup instructions
Reporting Bugs
Please include:
- iOS version and device
- Reproduction steps
- Expected vs actual result
- Logs/screenshots if possible