Development Documentation
This directory contains documentation for developers working on the vertical-farm project, including workflows, guidelines, and improvement recommendations.
Contents
Development Workflow
- ci-cd-workflow.md - Continuous integration and deployment processes
- contributing.md - Guidelines for contributing to the project
- release-notes.md - Version history and release information
Project Improvement
- improvement-recommendations.md - Identified areas for enhancement and optimization
Purpose
This documentation provides: - Clear development workflows and processes - Contribution guidelines for team members - Release management procedures - Continuous improvement tracking
Getting Started
- Read contributing.md for development setup and guidelines
- Review ci-cd-workflow.md for deployment processes
- Check improvement-recommendations.md for enhancement opportunities
Related Documentation
- For testing procedures, see ../testing/
- For deployment guides, see ../deployment/
- For performance optimization, see ../performance/
- For project management, see ../project-management/
Maintenance
Update these documents when: - Development processes change - New tools or workflows are adopted - Release procedures are modified - Improvement recommendations are implemented