Skip to content

Commit dbc96d4

Browse files
huang-julienstorybook-bot
authored andcommitted
Merge pull request #34502 from storybookjs/docs/ai_contribution_guide
Docs: Add AI contributions guide in contributing.md and documentation (cherry picked from commit 7022915)
1 parent 9d95713 commit dbc96d4

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ If you're not sure where to start, you can always help us by:
2020

2121
> **Note**: Before you start contributing, please read the [Code of Conduct](./CODE_OF_CONDUCT.md) and reach out to the maintainers if you have any questions or concerns about the project or the contribution process on the [`#contributing`](https://discord.com/channels/486522875931656193/839297503446695956) channel on Discord.
2222
23+
## About AI contributions: Never let an LLM speak for you
24+
25+
The team welcomes the use of AI as a personal assistant when contributing to Storybook. However, we strongly believe that a real person must be behind every issue and pull request.
26+
27+
All issues and pull requests must be opened by a real person using the official templates. If AI assisted in creating a pull request, please disclose the tool used (e.g. Claude, Codex, Copilot).
28+
29+
Pull requests or issues entirely generated by AI with no human involvement (e.g. by an automated agent) will be labeled by maintainers and closed automatically after 3 days unless a real person responds.
30+
31+
AI-generated comments on issues, pull requests or discussions that add no value or contain incorrect information will be hidden by the maintainers and can be subject to a ban if this becomes a spam behavior.
32+
33+
These measures help reduce maintenance burden and keep the team's work efficient.
34+
2335
## Quick guide
2436

2537
### Prerequisites

docs/contribute/index.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,17 @@ In the interest of fostering an open and welcoming environment, we as contributo
2626
* [Chat in Discord `#contributing`](https://discord.com/channels/486522875931656193/839297503446695956)
2727
* [Browse "good first issues" to fix](https://github.com/storybookjs/storybook/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
2828
* [Submit a bug report or feature request](https://github.com/storybookjs/storybook/issues)
29+
30+
## AI contributions
31+
32+
### Never let an LLM speak for you
33+
34+
The team welcomes the use of AI as a personal assistant when contributing to Storybook. However, we strongly believe that a real person must be behind every issue and pull request.
35+
36+
All issues and pull requests must be opened by a real person using the official templates. If AI assisted in creating a pull request, please disclose the tool used (e.g. Claude, Codex, Copilot).
37+
38+
Pull requests or issues entirely generated by AI with no human involvement (e.g. by an automated agent) will be labeled by maintainers and closed automatically after 3 days unless a real person responds.
39+
40+
AI-generated comments on issues, pull requests or discussions that add no value or contain incorrect information will be hidden by the maintainers and can be subject to a ban if this becomes a spam behavior.
41+
42+
These measures help reduce maintenance burden and keep the team's work efficient.

0 commit comments

Comments
 (0)