Thank you for your interest in contributing! 感谢你对 WorkTracker 的关注,欢迎贡献!
Please open a GitHub Issue and include: 请在 GitHub Issues 中提交,并附上:
- macOS version / macOS 版本
- Steps to reproduce / 复现步骤
- Expected vs actual behavior / 预期与实际行为
- Fork this repository / Fork 本仓库
- Create a feature branch / 创建功能分支
git checkout -b feat/your-feature-name
- Make your changes / 进行修改
- Run tests and make sure they pass / 运行测试,确保通过
cd WorkTracker swift test
- Commit with a clear message / 提交清晰的说明
git commit -m "feat: add your feature" - Open a Pull Request against
main/ 向main分支发起 PR
See README.md for build instructions. 编译方法见 README.md。
- Follow SwiftUI conventions and Apple's Human Interface Guidelines
- No additional linter is configured; keep code clean and readable
- 遵循 SwiftUI 惯例和 Apple HIG
- 无额外 lint 工具,保持代码整洁可读