Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 995 Bytes

File metadata and controls

50 lines (35 loc) · 995 Bytes

Contributing to BeeFun Pro

Thanks for considering a contribution.

Scope

Contributions are welcome for:

  • Bug fixes
  • Performance improvements
  • Documentation improvements
  • Test coverage improvements
  • Dependency modernization

Development Setup

  1. Install Xcode (latest stable recommended).
  2. Install CocoaPods.
  3. 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 list
  • feat: add pagination for trending feed
  • docs: update setup instructions

Reporting Bugs

Please include:

  • iOS version and device
  • Reproduction steps
  • Expected vs actual result
  • Logs/screenshots if possible