Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.1 KB

File metadata and controls

34 lines (23 loc) · 1.1 KB

Contributing Guidelines

Thank you for your interest in contributing to the Ethereum Follow Protocol App!

For detailed contributing guidelines, please see our comprehensive documentation:

Complete Contributing Guide

Quick Start

  1. Fork the repository and clone it locally
  2. Install dependencies: bun install
  3. Create a branch: git checkout -b feature/your-feature
  4. Make your changes following our code style
  5. Test your changes: bun lint && bun typecheck && bun run build
  6. Commit: Use conventional commit format
  7. Push and create a pull request

Resources

Code of Conduct

Be respectful, inclusive, and constructive in all interactions.

Questions?