Skip to content

Conversation

@wpc042
Copy link

@wpc042 wpc042 commented Dec 21, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 21, 2025 10:44
@netlify
Copy link

netlify bot commented Dec 21, 2025

Deploy Preview for pytorch-examples-preview canceled.

Name Link
🔨 Latest commit ead2aa3
🔍 Latest deploy log https://app.netlify.com/projects/pytorch-examples-preview/deploys/6947d098561fc40008590ce9

@meta-cla
Copy link

meta-cla bot commented Dec 21, 2025

Hi @wpc042!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a new "Notes for Developers" section to the README.md file. The purpose is to provide a space for developer-related information and practice GitHub workflow processes.

Key Changes:

  • Added a new "Notes for Developers" section at the end of the README

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

README.md Outdated

If you'd like to contribute your own example or fix a bug please make sure to take a look at [CONTRIBUTING.md](CONTRIBUTING.md).

## Notes for Developers" "This section is added for practicing GitHub workflow.
Copy link

Copilot AI Dec 21, 2025

Choose a reason for hiding this comment

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

The heading syntax is incorrect. The line contains misplaced quotation marks that break the markdown formatting. A markdown heading should be formatted as ## Notes for Developers without quotation marks. The current format with quotes will not render properly as a heading.

Suggested change
## Notes for Developers" "This section is added for practicing GitHub workflow.
## Notes for Developers
This section is added for practicing GitHub workflow.

Copilot uses AI. Check for mistakes.
README.md Outdated

If you'd like to contribute your own example or fix a bug please make sure to take a look at [CONTRIBUTING.md](CONTRIBUTING.md).

## Notes for Developers" "This section is added for practicing GitHub workflow.
Copy link

Copilot AI Dec 21, 2025

Choose a reason for hiding this comment

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

The section content appears incomplete. The line starts with a heading followed by content without proper separation. The text "This section is added for practicing GitHub workflow." should be on a separate line after the heading for proper markdown formatting and readability.

Suggested change
## Notes for Developers" "This section is added for practicing GitHub workflow.
## Notes for Developers
This section is added for practicing GitHub workflow.

Copilot uses AI. Check for mistakes.
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