small prompt fixes for capitalization#6
Open
vncntt wants to merge 1 commit into
Open
Conversation
|
@vncntt is attempting to deploy a commit to the sheeptester's projects Team on Vercel. A member of the Team first needs to authorize it. |
SheepTester
approved these changes
May 21, 2025
SheepTester
left a comment
Owner
There was a problem hiding this comment.
looks good but one nitpick
| { | ||
| "provided": string[], // List of tangible items (i.e. food and merch) provided at the event, if any, using the original phrasing from the post (e.g. "Dirty Birds", "Tapex", "boba", "refreshments", "snacks", "food", "T-shirt"). Exclude items that must be purchased. | ||
| "location": string, | ||
| "provided": string[], // List of tangible items (i.e. food and merch) provided at the event, if any, using the original phrasing from the post (e.g. "Dirty Birds", "Tapex", "Boba", "refreshments", "snacks", "food", "T-shirt"). Capitalize proper nouns. Keep the phrasing from the post the same but make sure the capitalization is correct (e.g. "Red Bull, bluebooks, scantrons", "clothes, hygiene products", "yummy plant-based food", "essential oils"). Avoid all caps. Make sure the spelling of the items is correct. Exclude items that must be purchased. |
Owner
There was a problem hiding this comment.
boba isn't a proper noun so it should stay lowercase
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.
some of the capitalization inconsistencies were annoying me. this should make it more uniform.