# Development Process

The development process is still not decided yet. But here is the draft:

  1. Idea raised from your brain
  2. Create Issue on backlog for brief discussion
    • If We think its worth to discuss more -> Next step
    • else close issue and stop
  3. Issue picked from backlog
  4. Create Issue branch
  5. Create documentation of planning in the issue branch
  6. Discuss the planning and change the document.
  7. Implement it, back to 6. whenever needed.
  8. Code review

Sometime an idea is a small change we can skip some steps:

  1. Idea raised from your brain
  2. Discuss
  3. Implement it
  4. Code review