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
Fork the Repository:
Visit the Sunflower GitHub Repository and fork the project to your own GitHub account.
Clone Your Fork:
bash git clone https://github.com/your-username/sunflower.git cd sunflower
Create a Branch:
bash git checkout -b feature/your-feature-name
Make Changes:
Implement your feature, fix bugs, or improve documentation.
Commit Your Changes:
bash git commit -m "Add your descriptive commit message"
Push to Your Fork:
bash git push origin feature/your-feature-name
Submit a Pull Request:
Navigate to the original repository and submit a pull request with a detailed description of your changes.
Last updated