Skip to content

Commit 271fecd

Browse files
committed
docs: remove duplicate PR template and reduce contributing overlap
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent bd4b5f6 commit 271fecd

2 files changed

Lines changed: 9 additions & 39 deletions

File tree

.github/pull_request_template.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/community/contributing.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,29 @@
55

66
Contributions are welcome. Keep quality high and changes scoped.
77

8-
## Setup
8+
The repository-level governance lives in the root file:
99

10-
Install dependencies and run checks from repository root.
10+
- `CONTRIBUTING.md`
1111

12-
## Core quality commands
12+
Use this page as a **docs/examples complement**, not as a replacement for root contribution policy.
13+
14+
## Docs and examples workflow
15+
16+
From repository root, run:
1317

1418
- `composer lint`
1519
- `composer test:unit`
1620
- `composer test:integration`
1721
- `composer docs:test`
1822

19-
## Documentation and examples
23+
## Documentation and examples rules
2024

2125
- Add/update runnable examples in `examples/`.
2226
- Keep examples small and deterministic.
2327
- Ensure docs snippets come from real examples.
2428
- Run docs drift checks before opening a PR.
2529

26-
## Adding supported behavior
30+
## When adding supported behavior
2731

2832
When adding HTML/CSS/SVG support:
2933

0 commit comments

Comments
 (0)