docs(rsc): add CONTRIBUTING.md#613
Merged
Merged
Conversation
Add comprehensive contributing guide for @vitejs/plugin-rsc covering: - New e2e testing approach using setupInlineFixture - Development workflow and testing patterns - Common patterns for server actions, HMR, CSS testing - Tips for contributors and coding agents Also add link from root CONTRIBUTING.md to plugin-rsc guide. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
CONTRIBUTING.md
- Remove Project Structure section and verbose code examples - Reference existing test files instead of inline examples - Fix test commands to use correct test-e2e script name - Add --ui and -g filter options for better developer experience - Streamline content for contributors and coding agents 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Put examples/basic first as it's "mainly used for e2e testing" per README - Position setupInlineFixture as option for specific edge cases - Better align guide with actual project structure and usage patterns 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add comprehensive contributing guide for @vitejs/plugin-rsc covering:
Also add link from root CONTRIBUTING.md to plugin-rsc guide.
🤖 Generated with Claude Code
Description