Thanks for considering a contribution.
Contributions are welcome for:
- Bug fixes
- Performance improvements
- Documentation improvements
- Test coverage improvements
- Dependency modernization
- Install Xcode (latest stable recommended).
- Install CocoaPods.
- Run in project root:
cd BeeFun
pod install
open BeeFun.xcworkspace- 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.
Use clear, short commit messages, for example:
fix: resolve crash in notification listfeat: add pagination for trending feeddocs: update setup instructions
Please include:
- iOS version and device
- Reproduction steps
- Expected vs actual result
- Logs/screenshots if possible