Skip to content

Downloading projects#93

Closed
DeveloperTryingToCodeLikeOtherOfThem wants to merge 2 commits intomasterfrom
downloading-projects
Closed

Downloading projects#93
DeveloperTryingToCodeLikeOtherOfThem wants to merge 2 commits intomasterfrom
downloading-projects

Conversation

@DeveloperTryingToCodeLikeOtherOfThem
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request replaces the 'how-to-download-files-in-makecode.md' documentation with a new 'downloading_files.md' file and updates the index accordingly. The new documentation explains the MakeCode download process, the .mkcd file format, and the project preview feature. Review feedback focuses on correcting several typos, grammatical errors, and phrasing issues to improve the clarity and readability of the new documentation.

Comment thread docs/downloading_files.md
@@ -0,0 +1,8 @@
## Downloading Files

To download files in MakeCode (all PXT target), it is simple, just click the download button in the bottom-center corner which is between the project's title bar and GitHub's logo. If the editor you have does **not** contain the GitHub logo, it will still be in the same position, but without the logo.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Grammar and clarity improvements. "all PXT target" should be plural, and the sentence structure can be improved for better readability.

Suggested change
To download files in MakeCode (all PXT target), it is simple, just click the download button in the bottom-center corner which is between the project's title bar and GitHub's logo. If the editor you have does **not** contain the GitHub logo, it will still be in the same position, but without the logo.
To download files in MakeCode (all PXT targets), simply click the download button in the bottom-center corner, located between the project's title bar and the GitHub logo. If the editor does **not** contain the GitHub logo, the button will still be in the same position.

Comment thread docs/downloading_files.md
## Downloading Files

To download files in MakeCode (all PXT target), it is simple, just click the download button in the bottom-center corner which is between the project's title bar and GitHub's logo. If the editor you have does **not** contain the GitHub logo, it will still be in the same position, but without the logo.
All files are downloaded in the whole project itself, **not** by **indepent files**. The file's data type is a .mkcd (makecode) file.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Typo: "indepent" should be "independent". Also, "by indepent files" is slightly awkward; "as independent files" is clearer.

Suggested change
All files are downloaded in the whole project itself, **not** by **indepent files**. The file's data type is a .mkcd (makecode) file.
All files are downloaded as part of the project itself, **not** as **independent files**. The file extension is .mkcd (MakeCode).

Comment thread docs/downloading_files.md
Comment on lines +5 to +8
When the file is done downloading, the compiler will show a picture frame of the game in that moment.
This is mainly because it helps to easier identify that current frame that is happening to the game to make other users
to understand what is cool in this project. This is more like an ad showing something intresting about what the game is about
in that current frame.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Grammar and spelling improvements. "picture frame" is better described as a "screenshot" or "thumbnail". "easier identify" should be "more easily identify", and "intresting" is a typo.

Suggested change
When the file is done downloading, the compiler will show a picture frame of the game in that moment.
This is mainly because it helps to easier identify that current frame that is happening to the game to make other users
to understand what is cool in this project. This is more like an ad showing something intresting about what the game is about
in that current frame.
When the download completes, the editor displays a screenshot of the game at that moment.
This helps users more easily identify the state of the game and understand its features.
It acts as a preview showing something interesting about the project.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 635f8bdab0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/downloading_files.md
## Downloading Files

To download files in MakeCode (all PXT target), it is simple, just click the download button in the bottom-center corner which is between the project's title bar and GitHub's logo. If the editor you have does **not** contain the GitHub logo, it will still be in the same position, but without the logo.
All files are downloaded in the whole project itself, **not** by **indepent files**. The file's data type is a .mkcd (makecode) file.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Describe the correct download file type

This line states that downloading in "all PXT target" editors produces a .mkcd file, which is incorrect for common targets (for example, hardware targets typically download firmware artifacts such as .uf2/.hex). Because the page is framed as general guidance, users can end up looking for the wrong artifact type and fail to complete flashing/deployment steps after download.

Useful? React with 👍 / 👎.

Repository owner deleted a comment from chatgpt-codex-connector bot Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant