跳轉到

貢獻指南

提交流程 (Pull Request)

  1. Fork 本專案到您的 GitHub 帳號。
  2. 建立新的分支:git checkout -b feature/your-feature-name
  3. 提交修改:git commit -m "feat: Add new drug search filter"
  4. 推送分支:git push origin feature/your-feature-name
  5. 在 GitHub 上發起 Pull Request (PR)。

Commit Message 規範

請遵循 Conventional Commits 規範: - feat: 新功能 - fix: 修復 Bug - docs: 文件修改 - refactor: 程式碼重構 (無功能變動)