File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,19 @@ Thanks for your interest in contributing! This guide explains how to get involve
6
6
7
7
1 . Fork the repository and clone it locally
8
8
2 . Install dependencies with ` npm install `
9
- 3 . Run ` npm run build ` to verify everything builds correctly
9
+ 3 . Run ` npm run dev ` to start both client and server in development mode
10
+ 4 . Use the web UI at http://localhost:5173 to interact with the inspector
10
11
11
- ## Development Process
12
+ ## Development Process & Pull Requests
12
13
13
14
1 . Create a new branch for your changes
14
- 2 . Make your changes
15
- 3 . Submit a pull request
16
-
17
- ## Pull Request Process
18
-
19
- 1 . Update documentation as needed
20
- 2 . Follow existing code style and conventions
21
- 3 . Include useful commit messages explaining the changes
22
- 4 . PRs will be reviewed by maintainers
15
+ 2 . Make your changes following existing code style and conventions
16
+ 3 . Test changes locally
17
+ 4 . Update documentation as needed
18
+ 5 . Use clear commit messages explaining your changes
19
+ 6 . Verify all changes work as expected
20
+ 7 . Submit a pull request
21
+ 8 . PRs will be reviewed by maintainers
23
22
24
23
## Code of Conduct
25
24
You can’t perform that action at this time.
0 commit comments