--- title: Feature development workflow tags: workflow,git,notes --- Feature development will be done by branching from develop and Pull request back to develop after development is done 1. Create feature branch from develop 2. Develop the feature on feature branch 3. Test the developed feature locally 4. Pull request back to develop