docs: clarify fork-to-main repository contribution workflow for external contributors #2
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.
Problem
External contributors working from forks often struggle to understand how to contribute their changes back to the main repository. The existing CONTRIBUTING.md file assumed users were working directly in the main repository and didn't clearly distinguish between:
aws/aws-toolkit-jetbrains
) where issues and PRs should be submittedThis confusion was evident in questions like "how do i contribut this to the min project what are the next steps".
Solution
Enhanced the CONTRIBUTING.md file with:
1. Quick Start Section for External Contributors
Added a prominent section at the beginning that immediately clarifies:
2. Enhanced Pull Request Workflow
Replaced generic instructions with explicit step-by-step guidance including:
3. Clarified Repository References
Updated sections throughout to explicitly mention when actions should be taken in the main repository vs. personal forks, particularly for:
4. Visual Improvements
Added emoji indicators (📝 📍) and bold formatting to highlight critical information that contributors commonly miss.
Impact
External contributors now have unambiguous guidance on:
This addresses the common confusion point that prevents external contributors from successfully participating in the project.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.