Skip to content

Commit a6c7d1e

Browse files
committed
format: fix MD040 and MD031 in CONTRIBUTING.md
1 parent e93ab06 commit a6c7d1e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Thank you for your interest in contributing! This documentation is a community e
99
### Report Issues
1010

1111
Found 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
6568
docs/
6669
├── introduction.md # Getting started
6770
├── plg-file.md # PLG file reference

0 commit comments

Comments
 (0)