Skip to content

Commit f870817

Browse files
committed
Make the chart's language a bit friendler and less direct.
1 parent f4c62f0 commit f870817

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
```mermaid
1515
flowchart TD
16-
newIdea[New Idea]@{ shape: circle} --> isGood{Good?}
16+
newIdea[New Idea]@{ shape: circle} --> isGood{Is there community support?}
1717
isGood -->|No| wontfix[Won't Fix]
18-
isGood -->|Yes|featureType{Expected?}
18+
isGood -->|Yes|featureType{Is this expected in Django?}
1919
featureType --> |No|delightful{Can it be a 3rd party package?}
2020
featureType --> |Yes|scDEP[SC drafts DEP]
2121
scDEP --> expected{Can we do it?}

0 commit comments

Comments
 (0)