Skip to content
Donkey Development Guide
  • Pages
    • Project Overview
    • Workflows
      • icon picker
        Developer Flow
      • Adding New Features
      • Feature Requirements Document (Sample)
      • Syncing Design & Code
    • Design Guide
      • Style guide
      • Components
      • Exports
    • Coding guide
      • Folders structure
      • Coding Practices
        • Styling
      • Naming Practices
      • Commenting Practices
    • Github & Code Review Practices
    • Components
    • Resources

Developer Flow

Create a new branch for a task or a bug assigned .
Code according to task requirements and push everyday.
Once code is complete for push to github and open a pull request
Pull request will automatically create a build for testing and push a notification on Testing channel.
A Tester will test the task requirements or someone will code review it and merge the Pull Request
If an issue is raised in testing or code review task will go back to open state and the issue needs to be fixed and pushed again.
The develpment testing cycle goes on until there is no issue raised. And then it is merged
When all Tasks of a Feature are completed Full Feature requirements are tested against the build by tester in Final Build .

 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.