Skip to content

Commit

Permalink
docs: update developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine authored Sep 7, 2023
1 parent c151acf commit cfae767
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ graph TD
QProdCode{{"Does this change production code?\n(e.g. code in the `src` directory)"}}
QFunctionalChange{{"Does this change functionality for the end user?"}}
QIsFix{{"Is this something that has worked before?"}}
QIsFix{{"Has or should this have worked before?"}}
QIsBuild{{"Is this change related to the build process?"}}
QIsPerf{{"Does this improve performance?"}}
QIsRefactor{{"Is code refactored?\n(e.g. renaming or moving variables, etc.)"}}
QIsDoc{{"Is this a documentation change?"}}
QIsTest{{"Is this a change in test code?"}}
QIsDoc{{"Does this change documentation?"}}
QIsTest{{"Does this change test code?"}}
Start .-> QProdCode
Expand All @@ -106,13 +106,13 @@ graph TD
QFunctionalChange --> |Yes| QIsFix
QFunctionalChange --> |No| QIsPerf
QIsFix --> |Yes| Fix
QIsFix --> |No| Feat
QIsBuild --> |Yes| Build
QIsBuild --> |No| QIsDoc
QIsDoc --> |Yes| Docs
QIsDoc --> |No| Chore
Expand Down

0 comments on commit cfae767

Please sign in to comment.