We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c62f0 commit f870817Copy full SHA for f870817
README.md
@@ -13,9 +13,9 @@
13
14
```mermaid
15
flowchart TD
16
- newIdea[New Idea]@{ shape: circle} --> isGood{Good?}
+ newIdea[New Idea]@{ shape: circle} --> isGood{Is there community support?}
17
isGood -->|No| wontfix[Won't Fix]
18
- isGood -->|Yes|featureType{Expected?}
+ isGood -->|Yes|featureType{Is this expected in Django?}
19
featureType --> |No|delightful{Can it be a 3rd party package?}
20
featureType --> |Yes|scDEP[SC drafts DEP]
21
scDEP --> expected{Can we do it?}
0 commit comments