Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 649 Bytes

File metadata and controls

31 lines (23 loc) · 649 Bytes

Contributing to CurrentDao Frontend

Thank you for your interest in contributing! Please follow these guidelines:

How to Contribute

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix: ```bash git checkout -b feature/my-feature ```
  3. Make your changes and commit: ```bash git commit -m "feat: add awesome feature" ```
  4. Push your branch: ```bash git push origin feature/my-feature ```
  5. Open a Pull Request.

Code Style

  • TypeScript
  • ESLint & Prettier
  • Follow existing folder structure

Reporting Issues

Use GitHub Issues for bugs or feature requests. Include as much detail as possible.