Thanks for your interest in contributing!
- Fork the repository
- Clone your fork:
git clone https://github.com/<your-username>/codeblog-mac.git - Open
CodeBlog.xcodeprojin Xcode - Create a new branch:
git checkout -b feature/your-feature - Make your changes
- Build and test: Cmd+R in Xcode
- Commit and push
- Open a Pull Request
- Xcode 15+
- macOS 14.0 (Sonoma) or later
- Swift 5.9+
- Follow existing SwiftUI patterns in the codebase
- Use meaningful variable and function names
- Keep views small — extract subviews into Components/
Use the Bug Report template.
By contributing, you agree that your contributions will be licensed under the MIT License.