How to Contribute

Sunflower is an open-source project that welcomes contributions from developers, designers, and community members. Your involvement helps enhance the platform, expand its features, and grow the community.

How to Contribute

  1. Fork the Repository:

  2. Clone Your Fork:

    bash
    
    git clone https://github.com/your-username/sunflower.git
    cd sunflower
  3. Create a Branch:

    bash
    
    git checkout -b feature/your-feature-name
  4. Make Changes:

    • Implement your feature, fix bugs, or improve documentation.

  5. Commit Your Changes:

    bash
    
    git commit -m "Add your descriptive commit message"
  6. Push to Your Fork:

    bash
    
    git push origin feature/your-feature-name
  7. Submit a Pull Request:

    • Navigate to the original repository and submit a pull request with a detailed description of your changes.

Last updated