Contributing¶
Pull request process¶
- Fork the project to your GitHub account.
- Create a new branch:
git checkout -b feature/your-feature-name - Commit your changes:
git commit -m "feat: Add new drug search filter" - Push the branch:
git push origin feature/your-feature-name - 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.