Description
The current CONTRIBUTING.md provides clear setup instructions for contributors, but it does not include guidance for resolving common local development issues that contributors may encounter during setup.
Adding a Local Development Troubleshooting section would help contributors quickly identify and resolve common problems, reducing setup time and improving the overall onboarding experience.
Proposed Changes
- Add a new Local Development Troubleshooting section to
CONTRIBUTING.md.
- Include solutions for common setup issues such as:
- Dependency installation failures (
yarn install / pnpm install)
- Node.js version mismatch
- Expo CLI or Android emulator issues
pnpm quality check failures
- Cache-related problems and recommended cleanup commands
- Add links to relevant documentation where appropriate.
Benefits
- Helps new contributors troubleshoot common setup problems.
- Reduces repetitive setup-related questions.
- Improves the onboarding experience.
- Makes the contribution process smoother and more efficient.
Description
The current
CONTRIBUTING.mdprovides clear setup instructions for contributors, but it does not include guidance for resolving common local development issues that contributors may encounter during setup.Adding a Local Development Troubleshooting section would help contributors quickly identify and resolve common problems, reducing setup time and improving the overall onboarding experience.
Proposed Changes
CONTRIBUTING.md.yarn install/pnpm install)pnpm qualitycheck failuresBenefits