Skip to content

Commit a3e8f2e

Browse files
committed
Add TOC to contribution doc
1 parent 3d8e91d commit a3e8f2e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/dev/CONTRIBUTING.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
Contributions are welcome! Here's how you can help improve XcodeBuildMCP.
44

5+
- [Local development setup](#local-development-setup)
6+
- [Prerequisites](#prerequisites)
7+
- [Optional: Enabling UI Automation](#optional-enabling-ui-automation)
8+
- [Installation](#installation)
9+
- [Configure your MCP client](#configure-your-mcp-client)
10+
- [Developing using VS Code](#developing-using-vs-code)
11+
- [Debugging](#debugging)
12+
- [MCP Inspector (Basic Debugging)](#mcp-inspector-basic-debugging)
13+
- [Reloaderoo (Advanced Debugging) - **RECOMMENDED**](#reloaderoo-advanced-debugging---recommended)
14+
- [1. Proxy Mode (Hot-Reloading)](#1-proxy-mode-hot-reloading)
15+
- [2. Inspection Mode (Raw MCP Debugging)](#2-inspection-mode-raw-mcp-debugging)
16+
- [Workflow Selection Testing](#workflow-selection-testing)
17+
- [Using XcodeBuildMCP doctor tool](#using-xcodebuildmcp-doctor-tool)
18+
- [Development Workflow with Reloaderoo](#development-workflow-with-reloaderoo)
19+
- [Architecture and Code Standards](#architecture-and-code-standards)
20+
- [Code Quality Requirements](#code-quality-requirements)
21+
- [Testing Standards](#testing-standards)
22+
- [Pre-Commit Checklist](#pre-commit-checklist)
23+
- [Making changes](#making-changes)
24+
- [Plugin Development](#plugin-development)
25+
- [Quick Plugin Development Checklist](#quick-plugin-development-checklist)
26+
- [Working with Project Templates](#working-with-project-templates)
27+
- [Template Repositories](#template-repositories)
28+
- [Local Template Development](#local-template-development)
29+
- [Template Versioning](#template-versioning)
30+
- [Testing Template Changes](#testing-template-changes)
31+
- [Testing](#testing)
32+
- [Submitting](#submitting)
33+
- [Code of Conduct](#code-of-conduct)
34+
535
## Local development setup
636

737
### Prerequisites

0 commit comments

Comments
 (0)