File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Thank you for your interest in contributing! This documentation is a community e
99### Report Issues
1010
1111Found an error or something unclear? [ Open an issue] ( ../../issues ) with:
12+
1213- A clear description of the problem
1314- The page/section affected
1415- Suggested correction (if you have one)
@@ -41,11 +42,13 @@ Have knowledge to share? Pull requests are welcome:
4142
4243- Use proper Markdown formatting
4344- Include code blocks with language hints:
45+
4446 ``` php
4547 <?php
4648 // PHP code here
4749 ?>
4850 ```
51+
4952- Use tables for reference information
5053- Include diagrams for complex concepts (ASCII art is fine)
5154
@@ -61,7 +64,7 @@ Each documentation page should have:
6164
6265### File Organization
6366
64- ```
67+ ``` text
6568docs/
6669├── introduction.md # Getting started
6770├── plg-file.md # PLG file reference
You can’t perform that action at this time.
0 commit comments