Skip to content

Change greeting from 'Hello, World!' to 'Hello, Pranay'#14044

Closed
pranay1222 wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
pranay1222:patch-1
Closed

Change greeting from 'Hello, World!' to 'Hello, Pranay'#14044
pranay1222 wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
pranay1222:patch-1

Conversation

@pranay1222
Copy link
Copy Markdown

Description

Fixes #

Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.

Checklist

@pranay1222 pranay1222 requested review from a team as code owners April 13, 2026 19:58
@google-cla
Copy link
Copy Markdown

google-cla bot commented Apr 13, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@product-auto-label product-auto-label bot added samples Issues that are directly related to samples. api: appengine Issues related to the App Engine Admin API API. labels Apr 13, 2026
Copy link
Copy Markdown
Contributor

@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 updates the greeting message in the hello_world application from a generic 'Hello, World!' to a specific name. The reviewer recommends reverting this change to ensure the code sample remains general-purpose and professional, providing a code suggestion to restore the original greeting.

def get(self):
self.response.headers["Content-Type"] = "text/plain"
self.response.write("Hello, World!")
self.response.write("Hello, Pranay")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

In public-facing code samples, it is standard practice to use generic greetings like 'Hello, World!' rather than specific names. This ensures the sample remains general-purpose and professional for all users.

Suggested change
self.response.write("Hello, Pranay")
self.response.write("Hello, World!")

@XrossFox XrossFox closed this Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: appengine Issues related to the App Engine Admin API API. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants