Skip to content

Commit f40a7bf

Browse files
Update CONTRIBUTING.md
1 parent c06b847 commit f40a7bf

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,14 @@ If AI is used to generate any portion of the code, contributors must adhere to t
2222
2. Check for an existing PR addressing the same change; if one exists, comment there to work with its author instead of opening a duplicate.
2323
3. Perform a comprehensive manual review prior to submitting the pull request.
2424
4. Be prepared to explain every line of code they submitted when asked about it by a maintainer.
25-
5. It is strictly prohibited to use AI to write your posts for you (bug reports, feature requests, pull request descriptions, Github discussions, responding to humans, ...).
26-
27-
For more info, please refer to the [AGENTS.md](AGENTS.md) file.
2825

2926
# Pull requests (for contributors & collaborators)
3027

3128
### Before you start
3229

3330
- Search for existing discussions and PRs first - duplicates will likely be closed without questions.
3431
- Features must begin with an issue, not a PR - let interest accumulate before writing code; niche features may only land as an example/tool, or on a private fork.
35-
- Bug-fix PRs must include a reproducible issue and a regression test that fails before your change and passes after. Fixes without a test may be closed without review.
3632
- New CLI or public API additions carry a **higher bar** than internal changes - justify why an existing mechanism doesn't suffice.
37-
- Meeting all of the above still doesn't guarantee a merge - see [Pull requests (for maintainers)](#pull-requests-for-maintainers).
38-
- If you are a new contributor
39-
- Limit your open PRs to 1
40-
- Do not submit trivial fixes (e.g. typos, formatting changes)
4133

4234
### Preparing your PR
4335

0 commit comments

Comments
 (0)