Thank you for your interest in contributing! This repository welcomes contributions from farmers, researchers, developers, and anyone passionate about sustainable agriculture and pollinator conservation.
- Share your own case studies and experiences
- Report what worked (and what didn't) on your farm
- Provide practical insights and lessons learned
- Suggest improvements based on real-world experience
- Add new research findings and citations
- Contribute economic analysis or data
- Share academic studies on pollinator-crop relationships
- Improve data visualization and analysis
- Improve the Python analysis scripts
- Enhance data processing workflows
- Create data visualization tools
- Help with repository infrastructure
- Improve documentation clarity
- Add translations to other languages
- Create FAQ sections or guides
- Enhance readability and accessibility
- Develop training materials
- Create educational resources
- Add teaching modules
- Share curriculum ideas
Click the Fork button on the GitHub repo page to create your own copy.
git clone https://github.com/YOUR-USERNAME/Pollinator-Integrated-Vegetable-Farming.git
cd Pollinator-Integrated-Vegetable-FarmingUse a descriptive branch name:
git checkout -b feature/add-kenya-case-study
git checkout -b docs/improve-implementation-guide
git checkout -b data/economic-analysis-2026Branch naming conventions:
feature/- New case studies or contentdocs/- Documentation improvementsdata/- Data files or analysisfix/- Bug fixes or corrections
Edit files, add content, or improve existing material.
Write clear, descriptive commit messages:
git commit -am "Add case study from Kenya beekeeping project"
git commit -am "Fix broken links in full report"
git commit -am "Update economic data with 2026 figures"git push origin feature/add-kenya-case-study- Go to the original repository:
https://github.com/MattWingy/Pollinator-Integrated-Vegetable-Farming - Click "New Pull Request" button
- Select your fork and branch
- Write a clear description of your changes
- Click "Create Pull Request"
Please include:
- Title: Brief, clear summary (e.g., "Add case study from Tanzanian beekeeping cooperative")
- Description: Explain what you're contributing and why
- Type: Is this a new case study, data, documentation, or code improvement?
- References: Link to any relevant sources or issues
- Testing: For code, describe how you tested it
## Description
Adding a case study from a beekeeping cooperative in Tanzania that successfully integrated pollinator farming with vegetable production.
## Type of Change
- [x] New case study
- [ ] Data update
- [ ] Documentation
- [ ] Code improvement
## Sources
- Interview with cooperative manager (Jan 2026)
- Project report: [link]
- Publication: Author et al. (2025)
## Additional Context
This case study demonstrates successful integration in East Africa and provides income comparison data for smallholder farmers.
When adding a new case study, include:
- Location: Country and region
- Farm type: Scale, crops, main activities
- Pollinator approach: Beekeeping, habitat, or integrated
- Duration: How long has it been running?
- Results: Quantified outcomes (yield %, income, biodiversity)
- Challenges: What difficulties were faced?
- Lessons learned: Key insights
- Sources: Where did you get this information?
Format:
## 🇰🇪 Case Study: Kenyan Smallholder Beekeeping Network
### Location
Western Kenya, Kisii County
### Operation Details
- Farm size: 2-5 acres per farmer
- Crops: Maize, beans, vegetables
- Hives: 3-8 per farmer
- Started: 2023
### Results
- Honey income: $400-600 per farmer annually
- Crop yield increase: 25-35%
- Farmer retention: 95%
### Key Lessons
[...]
### Sources
- Interview with network coordinator (Jan 2026)
- Project monitoring data (2023-2026)- Include CSV files with clear headers
- Provide a README explaining the data
- Cite original sources
- Include methodology notes if applicable
- Use consistent formatting
- Fix typos and clarity issues
- Add section headings where helpful
- Improve formatting for readability
- Add links to related sections
- Keep tone consistent with existing docs
- Follow PEP 8 style guide for Python
- Include comments explaining complex logic
- Add docstrings to functions
- Test your code before submitting
- Keep changes focused on one issue
- Automated checks: GitHub will run basic validation
- Community review: Other contributors may provide feedback
- Maintainer review: MattWingy or designated reviewers will evaluate
- Revisions: You may be asked to make adjustments
- Approval & merge: Once approved, your contribution is merged!
This usually takes 3-7 days, but we aim to be prompt.
All contributors agree to:
- ✅ Be respectful and inclusive
- ✅ Welcome diverse perspectives
- ✅ Give credit to others' work
- ✅ Focus on the goal of sustainable agriculture
- ✅ Provide constructive feedback
We have zero tolerance for:
- ❌ Harassment or discrimination
- ❌ Plagiarism or intellectual property violations
- ❌ Disruptive behavior
- ❌ Spam
- Issues: Have a bug report or feature idea? Open an issue
- Discussions: Want to discuss ideas first? Use Discussions
- Email: Contact the maintainers for specific questions
We recognize all contributions! Contributors will be:
- Listed in the repository
- Credited in relevant sections
- Mentioned in release notes
- Acknowledged in the project's README
Every contribution—no matter the size—helps build better resources for sustainable pollinator farming. We're grateful for your support!
Happy contributing! 🌾🐝
Last updated: January 2026