-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Change everything to sentence case #6869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
Deploying with
|
Status | Name | Latest Commit | Updated (UTC) |
---|---|---|---|
❌ Deployment failed View logs |
agent-template | 6ed4aa2 | Oct 13 2025, 04:33 PM |
if (toPage) { | ||
addToast({ | ||
title: 'Changed Page', | ||
title: 'Changed page', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want this change this for toasts and other related code things or only markdown and documentation etc?
Approved but this has touched |
This PR changes every title in the repo to sentence case. This will help agents to stick to sentence case when creating things for us. For example, agents currently like to use title case for example titles. This is annoying because you have to go back and manually change them.
This PR also updates our agent style guides to remind them to stick to sentence case.
Change type
bugfix
improvement
feature
api
other