Skip to content

Commit 97e82bd

Browse files
authored
docs: revise contributing guidelines for clarity
1 parent 5ae9c9e commit 97e82bd

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Contributing
22

3-
## Choose an issue
3+
## Choosing an Issue
44

5-
Playwright MCP **requires an issue** for every contribution, except for minor documentation updates.
5+
To maintain project quality and focus, Playwright **requires a corresponding issue** for every contribution, with the exception of minor documentation fixes.
66

7-
If you are passionate about a bug/feature, but cannot find an issue describing it, **file an issue first**. This will
8-
facilitate the discussion, and you might get some early feedback from project maintainers before spending your time on
9-
creating a pull request.
7+
If you would like to address a bug or feature that isn't currently listed, **please file a new issue first**. This allows the community and maintainers to provide early feedback and facilitates a discussion before you invest time in developing a pull request.
8+
9+
When submitting an issue, please state clearly if you intend to work on it. Once triaged and approved, the maintainers will determine the best path forward—whether the task should be handled by the **core team**, an **automated agent**, or a **community contributor**. If the issue is assigned to you, you may then proceed with your changes and submit a PR.
10+
11+
### Submission Policy
12+
To ensure the maintainability of the project, please note the following:
13+
14+
* **Unsolicited PRs:** Pull requests submitted without a linked issue or prior approval will be closed.
15+
* **Low-Quality AI Contributions:** PRs that do not meet our quality standards or lack human oversight (including low-quality agentic submissions) will be closed without explanation.
16+
* **Approval Required:** Only proceed with a PR once the issue has been officially assigned to you or approved for community contribution.
1017

1118
## Make a change
1219

0 commit comments

Comments
 (0)