Welcome to our Farmer-Buyer platform, dedicated to resolving the challenges faced by both farmers and buyers. We empower farmers with updated product information, government support, and farming expertise, while providing buyers with access to certified organic products, competitive pricing, and nutritional guidance. Join us in bridging the gap between agriculture and commerce, fostering a sustainable, prosperous future for all.
How to Contribute 🤔🔗 To get started, look at the existing Issues or create a new issue!
Follow these steps to setup LinksHub on your local machine
Getting Started✨
Click the "Fork" button in the upper right-hand corner of this repository to create your own copy.
Clone the repository to your local machine
Create a new branch to work on your changes:
git checkout -b my-branch
Make the necessary changes or additions to the project. You can add new features, fix bugs, update documentation, or anything else you think is valuable.
Commit your changes with a meaningful commit message:
git commit -m "Add a brief description of your changes"
Push your changes to your fork on GitHub:
git push origin my-branch
Go to the original repository on GitHub and click the "New Pull Request" button. Ensure that you're comparing your branch to the main branch of the original repository.
Write a clear and concise description of your changes in the Pull Request description box. Be sure to mention what issue you're addressing if applicable.
Click the "Create Pull Request" button to submit your changes for review.
git reset <- file name -> git reset Review and Merge