Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ _**Note: Please follow the maintainer of the repository for quick approval of th

**3. Create a Pull Request (PR):** In your forked repository, develop the Python script and include a `README` file explaining how to use it. Ensure you credit the original contributor if you're building upon an existing script.

**4. Update the List:** If you're adding a new script, make sure to include it in the "List of Python Scripts" section below, providing a title, a link to the script's folder, and a brief description.
**4. Update the List:** If you're adding a new script, make sure to include it in the "List of Python Scripts" section below is organized by providing a title, a link to the script’s folder, and a brief description.
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The added phrase "is organized by" creates a grammatically incorrect sentence. The original sentence was complete and correct - "providing a title..." was a participial phrase explaining how to include the script in the list. The new version reads: "...section below is organized by providing a title..." which is awkward and unclear.

Suggested fix: Revert to the original wording, or if reorganization is needed, consider: "...section below. Organize your entry by providing a title..."

Suggested change
**4. Update the List:** If you're adding a new script, make sure to include it in the "List of Python Scripts" section below is organized by providing a title, a link to the script’s folder, and a brief description.
**4. Update the List:** If you're adding a new script, make sure to include it in the "List of Python Scripts" section below. Organize your entry by providing a title, a link to the script’s folder, and a brief description.

Copilot uses AI. Check for mistakes.


**NOTE:** Remember to close your issues once your PR has been merged! They can be reopened if needed.

Expand Down