Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# How to contribute to the Apple Health MCP Server

1. Fork the repository.
2. Clone your fork.
3. Make sure `uv` is installed.
4. Create a new branch for your contribution.
5. Develop changes.
6. Run `uv run pre-commit --all-files` before commiting and fix potential issues raised by formatted, linter or type checker.
7. Commit your chages and push entire branch to the remote (`git push -u origin <local_branch_name>`). It will automatically create a Pull Request here.

Your contributions are more than welcome! :)