Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 590 Bytes

File metadata and controls

31 lines (22 loc) · 590 Bytes

Contributing

欢迎贡献!

如何贡献

  1. Fork 本仓库
  2. 创建特性分支 (git checkout -b feature/amazing-feature)
  3. 提交更改 (git commit -m 'Add amazing feature')
  4. 推送到分支 (git push origin feature/amazing-feature)
  5. 提交 Pull Request

开发环境

# 克隆仓库
git clone https://github.com/liuboacean/workbuddy-evolution-stack.git
cd workbuddy-evolution-stack

# 安装依赖
pip install -r requirements.txt

# 运行测试
pytest

行为准则

  • 尊重所有贡献者
  • 建设性讨论
  • 专注于对项目最有利的事情