Skip to content

Commit 7d92db8

Browse files
authored
docs: enhance contribution guidelines with issue requirements
Added guidelines for issue selection and submission policy.
1 parent 9d4805b commit 7d92db8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CONTRIBUTING.md

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

3+
## Choosing an Issue
4+
5+
To maintain project quality and focus, Playwright **requires a corresponding issue** for every contribution, with the exception of minor documentation fixes.
6+
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.
17+
318
## How to Contribute
419

520
### Installing Developer Tools

0 commit comments

Comments
 (0)