Skip to content

Commit 60dea9a

Browse files
committed
Clarify testing and submission steps
1 parent 1341d73 commit 60dea9a

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,19 @@ Thanks for your interest in contributing! This guide explains how to get involve
66

77
1. Fork the repository and clone it locally
88
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
1011

11-
## Development Process
12+
## Development Process & Pull Requests
1213

1314
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
2322

2423
## Code of Conduct
2524

0 commit comments

Comments
 (0)