Skip to content

Contributing

Pull request process

  1. Fork the project to your GitHub account.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -m "feat: Add new drug search filter"
  4. Push the branch: git push origin feature/your-feature-name
  5. Open a Pull Request on GitHub.

Commit message convention

Please follow Conventional Commits: - feat: a new feature - fix: a bug fix - docs: documentation changes - refactor: code refactoring (no behavioural change)

Documentation changes

The docs site is bilingual. Every page exists as both <page>.md (Traditional Chinese) and <page>.en.md (English), and both must be updated in the same commit. See Docs Site Maintenance.