How to Contribute
bash git clone https://github.com/your-username/sunflower.git cd sunflowerbash git checkout -b feature/your-feature-namebash git commit -m "Add your descriptive commit message"bash git push origin feature/your-feature-name
Last updated