docs: clarify location for improving section copy in README#69
Open
xingzihai wants to merge 1 commit intogithub-samples:mainfrom
Open
docs: clarify location for improving section copy in README#69xingzihai wants to merge 1 commit intogithub-samples:mainfrom
xingzihai wants to merge 1 commit intogithub-samples:mainfrom
Conversation
Add a beginner tip to the README that specifies the exact file location (app/page.tsx) where beginners can start improving button text or section copy. This change helps new contributors know exactly where to start making meaningful improvements to the portfolio. Resolves github-samples#68
Collaborator
|
Hey @xingzihai thanks for the contribution - I opened this issue for demo purposes. But will look at your contribution once I've completed my recordings |
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.
Summary
This PR adds a beginner tip to the README that specifies the exact file location where beginners can start improving button text or section copy.
Changes
Added a clear suggestion in the README to help new contributors know exactly where to start:
Before: The README did not specify where to improve button text or section copy.
After: The README now includes a beginner tip: "A quick way to start contributing is to improve button text or section copy in
app/page.tsx"Testing
Related Issue
Resolves #68
Screenshot
The tip now appears in the "Customize Your Portfolio" section, right after the "All your content lives in one file:
app/page.tsx" statement.