Thanks for your interest in contributing to lead-intelligence-bot!
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/lead-intelligence-bot.git - Install dependencies:
npm install - Create a branch:
git checkout -b feature/your-feature - Make your changes
- Run the build:
npm run build - Commit:
git commit -m "feat: your feature description" - Push:
git push origin feature/your-feature - Open a Pull Request
npm run dev # Start development server
npm run build # Build for production
npm start # Start production serverFollow Conventional Commits:
feat:New featurefix:Bug fixdocs:Documentationrefactor:Code refactoringtest:Testschore:Maintenance
- TypeScript strict mode
- Functional components with hooks
- Immutable data patterns
- Small, focused files
- Use GitHub Issues
- Include reproduction steps
- Include browser/environment info
By contributing, you agree that your contributions will be licensed under the MIT License.