@@ -401,8 +401,29 @@ <h2><a id="flow-php-project-roadmap" href="#content-project-roadmap" class="mr-2
401401< p > Weeks of coding can save you hours of planning.</ p >
402402</ blockquote >
403403< p > Opening a pull request without reaching out first might get rejected and eventually closed.</ p >
404- < p > < strong > 🐛 Bug Fixes</ strong > - bug fixes are the only exception from the above rule. Bug Fixes can be opened directly without a proposal issue.</ p >
405- < h2 > < a id ="flow-php-before-you-start-coding " href ="#content-before-you-start-coding " class ="mr-2 " aria-hidden ="true " title ="Permalink "> #</ a > Before you start coding</ h2 >
404+ < p > < strong > 🐛 Bug Fixes</ strong > - bug fixes are the only exception from the above rule. Bug Fixes can be opened directly without a proposal issue.
405+ Bug fix can should only carry fixes of existing code, additions (especially to our DSL) require a < code > Proposal</ code > first.</ p >
406+ < h2 > < a id ="flow-php-issue-types " href ="#content-issue-types " class ="mr-2 " aria-hidden ="true " title ="Permalink "> #</ a > Issue Types</ h2 >
407+ < p > Wondering which issue type to use? Please check below guideliness</ p >
408+ < h3 > < a id ="flow-php-proposal " href ="#content-proposal " class ="mr-2 " aria-hidden ="true " title ="Permalink "> #</ a > Proposal</ h3 >
409+ < ul >
410+ < li > New feature request</ li >
411+ < li > Idea of changing/extending existing behavior</ li >
412+ < li > Something is missing and should be added</ li >
413+ < li > UX/DX improvements</ li >
414+ </ ul >
415+ < h3 > < a id ="flow-php-bug " href ="#content-bug " class ="mr-2 " aria-hidden ="true " title ="Permalink "> #</ a > Bug</ h3 >
416+ < p > < strong > Important</ strong > - please don't use < code > Bug</ code > issue type for reporting missing features. < code > Bug</ code > should be reported only against existing code that
417+ doesn't work as expected. When something is missing it requires a < code > Proposal</ code > first.</ p >
418+ < ul >
419+ < li > Incorrect behavior of an existing code</ li >
420+ < li > Performance degradation</ li >
421+ </ ul >
422+ < h3 > < a id ="flow-php-task " href ="#content-task " class ="mr-2 " aria-hidden ="true " title ="Permalink "> #</ a > Task</ h3 >
423+ < ul >
424+ < li > Those issues are meant to be used only by roadmap manager to split bigger items into smaller tasks</ li >
425+ </ ul >
426+ < h2 > < a id ="flow-php-before-coding " href ="#content-before-coding " class ="mr-2 " aria-hidden ="true " title ="Permalink "> #</ a > Before coding</ h2 >
406427< p > Please make sure that you are aware of our < a href ="/documentation/adrs "> Architecture Decision Records</ a > .
407428It's mandatory to follow all of them without any exceptions unless explicitly overridden by a new ADR.</ p >
408429< h2 > < a id ="flow-php-next-steps " href ="#content-next-steps " class ="mr-2 " aria-hidden ="true " title ="Permalink "> #</ a > Next Steps</ h2 >
0 commit comments