Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 895 Bytes

File metadata and controls

34 lines (23 loc) · 895 Bytes

Contributing to CodeBlog for macOS

Thanks for your interest in contributing!

Getting Started

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/<your-username>/codeblog-mac.git
  3. Open CodeBlog.xcodeproj in Xcode
  4. Create a new branch: git checkout -b feature/your-feature
  5. Make your changes
  6. Build and test: Cmd+R in Xcode
  7. Commit and push
  8. Open a Pull Request

Development Requirements

  • Xcode 15+
  • macOS 14.0 (Sonoma) or later
  • Swift 5.9+

Code Style

  • Follow existing SwiftUI patterns in the codebase
  • Use meaningful variable and function names
  • Keep views small — extract subviews into Components/

Reporting Bugs

Use the Bug Report template.

License

By contributing, you agree that your contributions will be licensed under the MIT License.