Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 782 Bytes

File metadata and controls

36 lines (24 loc) · 782 Bytes

Contributing to ProofPay

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Development Setup

See README.md for setup instructions.

Code Style

  • Smart Contracts: Follow Solidity style guide
  • Backend: PEP 8 for Python
  • Frontend: ESLint configuration

Testing

  • Write tests for new features
  • Ensure all tests pass before submitting PR
  • Aim for >80% code coverage

Pull Request Process

  1. Update documentation
  2. Add tests
  3. Get review from maintainers
  4. Squash commits before merge

Thank you!