prettier-fix, add contribution guidelines

This commit is contained in:
Pulkit Sharma
2025-03-29 23:31:46 +05:30
parent 834eb0c934
commit 65fc6d0490
3 changed files with 27 additions and 9 deletions

View File

@@ -12,8 +12,8 @@ Thanks for your interest in contributing! This guide explains how to get involve
## Development Process & Pull Requests
1. Create a new branch for your changes
2. Make your changes following existing code style and conventions
3. Test changes locally
2. Make your changes following existing code style and conventions. You can run `npm run prettier-check` and `npm run prettier-fix` as applicable.
3. Test changes locally by running `npm test`
4. Update documentation as needed
5. Use clear commit messages explaining your changes
6. Verify all changes work as expected