Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.1 KB

File metadata and controls

48 lines (34 loc) · 1.1 KB

Contributing to Stellar Remittance Platform

Thank you for your interest in contributing! This project is part of Drip Wave 2.

Getting Started

  1. Fork the repository
  2. Clone your fork
  3. Install dependencies: npm install
  4. Create a branch: git checkout -b feature/your-feature
  5. Make your changes
  6. Test your changes
  7. Submit a pull request

Development Setup

npm install
npm run dev

Code Style

  • Use ES6+ features
  • Follow existing code patterns
  • Add comments for complex logic
  • Write meaningful commit messages

Testing

For detailed instructions on our testing strategy, setup, and guidelines, please refer to our Testing Documentation.

Before submitting a PR, ensure:

  • All automated tests pass (npm test)
  • New features are tested manually
  • No console errors in browser

Issue Labels

  • good first issue - Great for newcomers
  • enhancement - New features
  • bug - Something isn't working
  • documentation - Documentation improvements
  • help wanted - Extra attention needed

Questions?

Open an issue or reach out to the maintainers.