Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 335 Bytes

File metadata and controls

11 lines (8 loc) · 335 Bytes

貢獻指南

感謝你的貢獻!請遵循以下流程:

  1. Fork 此專案
  2. 創建新分支:git checkout -b feature-branch
  3. 提交變更:git commit -m "新增某功能"
  4. 推送變更:git push origin feature-branch
  5. 發送 Pull Request

請確保你的程式碼符合 PEP8 標準,並測試過後再提交!