Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 956 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (25 loc) · 956 Bytes

Contributing to NovaPass

Thank you for your interest in contributing to NovaPass!

Development Setup

  1. Fork and clone the repository
  2. Install dependencies: npm install
  3. Start development server: npm run dev
  4. Create production build: npm run build

Code Style

  • Use TypeScript
  • Follow existing code formatting
  • Add comments to explain complex logic
  • Write meaningful commit messages

Pull Request Process

  1. Update documentation if needed
  2. Add tests for new features
  3. Ensure all tests pass
  4. Update the README.md with details of changes if needed
  5. The PR will be merged once it has been reviewed and approved by a maintainer

Issue Guidelines

  • 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

Need Help?

Feel free to reach out at [email protected] if you have any questions.