File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 11# Contributing Tutorials
22
3+ ## Contributing Flow
4+
5+ ``` mermaid
6+ flowchart TD
7+ A[User wants to contribute tutorial] --> B[./CONTRIBUTING.md]
8+ B --> C[Contributing Tutorials section]
9+ C --> D[.CONTRIBUTING/tutorials/.CONTRIBUTING.md]
10+
11+ D --> F{Choose Contributing Path}
12+
13+ F -- Recommended --> G[Team-Assisted Path]
14+ F --Full Control--> H[Self-Managed Path]
15+
16+ G --> G1[Essential Requirements Only]
17+ G1 --> G2[Working Code + Clear Instructions]
18+ G2 --> G3[Enable 'Allow maintainer edits']
19+ G3 --> G4[Submit PR]
20+ G4 --> G5[Team handles formatting]
21+ G5 --> G6[Faster review process]
22+
23+ H --> H1[Read Complete STYLE_GUIDE.md]
24+ H1 --> H2[Follow ALL requirements]
25+ H2 --> H3[Metadata + Images + Navigation]
26+ H3 --> H4[Submit PR]
27+ H4 --> H5[Address all style comments]
28+ H5 --> H6[More review rounds]
29+
30+ G6-->T
31+ H6-->T[New tutorials contributed]
32+ ```
33+
334## Choose Your Contributing Path
435
536### Team-Assisted Path (Recommended)
You can’t perform that action at this time.
0 commit comments