Skip to content

Latest commit

Β 

History

History
44 lines (28 loc) Β· 904 Bytes

File metadata and controls

44 lines (28 loc) Β· 904 Bytes

Contributing to EscrowNet Extension

Thanks for your interest in contributing! πŸš€

πŸ“‹ How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Ensure tests pass
  5. Open a Pull Request with a clear description

πŸ› Issue Templates

  • Bug Reports
  • Feature Requests
  • Questions

Templates will be added in .github/ISSUE_TEMPLATE/ soon.


πŸ’» Code Standards

  • Use TypeScript
  • Run ESLint: npm run lint
  • Format with Prettier: npm run format

A pre-configured .eslintrc.js and .prettierrc will be added.


βœ… Pull Request Process

  • Clear title & description
  • Reference related issues (Closes #123)
  • Include tests where applicable
  • Follow the structure and naming conventions

We welcome contributors of all levels ❀️