Thank you for your interest in contributing to NovaPass!
- Fork and clone the repository
- Install dependencies:
npm install
- Start development server:
npm run dev
- Create production build:
npm run build
- Use TypeScript
- Follow existing code formatting
- Add comments to explain complex logic
- Write meaningful commit messages
- Update documentation if needed
- Add tests for new features
- Ensure all tests pass
- Update the README.md with details of changes if needed
- The PR will be merged once it has been reviewed and approved by a maintainer
- Search existing issues before creating a new one
- Use issue templates when available
- Provide clear steps to reproduce bugs
- Include relevant information about your environment
Feel free to reach out at [email protected] if you have any questions.