Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR significantly enhances the contributing documentation by transforming it from a basic guide into a comprehensive, step-by-step tutorial for new contributors. The changes include:
- A detailed walkthrough covering prerequisites, forking, cloning, editing, and submitting pull requests
- Four new screenshot images to help visualize the GitHub workflow
- Additional information about text editors and development setup
- Adding
.DS_Storeto.gitignoreto prevent macOS system files from being tracked
Reviewed Changes
Copilot reviewed 1 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/en/contributing/contributing-to-docs.md | Complete rewrite with step-by-step instructions, expanded from 28 to 256 lines with detailed guidance for new contributors |
| docs/en/contributing/img/python-windows-path.png | Screenshot showing Python installation PATH option for Windows users |
| docs/en/contributing/img/github-fork.png | Screenshot illustrating the GitHub fork button location |
| docs/en/contributing/img/github-pull-requests.png | Screenshot showing the GitHub Pull Requests tab |
| docs/en/contributing/img/github-clone.png | Screenshot showing how to copy the clone URL from GitHub |
| .gitignore | Added .DS_Store to ignore macOS system files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Seggan
requested changes
Nov 8, 2025
Seggan
approved these changes
Nov 8, 2025
LordIdra
requested changes
Nov 19, 2025
Contributor
LordIdra
left a comment
There was a problem hiding this comment.
Thanks for the PR and apologies it took so long to review
Contributor
|
Happy with this now, thanks for this 👍 |
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.
Rewrote the docs contribution page to a step-by-step guide.