-
Notifications
You must be signed in to change notification settings - Fork 502
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
chore: added template to templates page #2074
chore: added template to templates page #2074
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
|
WalkthroughWalkthroughThe pull request introduces a new template entry named "unkey-trpc-ratelimit" to the Changes
Tip New featuresWalkthrough comment now includes:
Notes:
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Thank you for following the naming conventions for pull request titles! 🙏 |
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
apps/www/public/images/templates/unkey-ratelimit-trpc.png
is excluded by!**/*.png
Files selected for processing (1)
- apps/www/app/templates/data.ts (1 hunks)
Additional comments not posted (1)
apps/www/app/templates/data.ts (1)
43-53
: New template entry added successfully.The new template "unkey-trpc-ratelimit" has been added correctly to the
templates
constant. The structure adheres to the definedTemplate
type, and all required fields are populated appropriately. The metadata such as title, description, authors, repository, image, readmeUrl, language, and framework are all specified, which aligns with the PR's objective to expand the available templates.
- Title and Description: Clearly defined and relevant to the template's purpose.
- Authors: Lists the GitHub username, which is standard for this project.
- Repository: URL is valid and points to a specific branch and directory.
- Image and ReadmeUrl: Both URLs are well-formed and follow the existing pattern.
- Language and Framework: Correctly uses the predefined types, ensuring consistency across the platform.
This addition enhances the platform by providing users with a guide for integrating tRPC with Drizzle and Unkey Ratelimiting, as described in the PR summary.
What does this PR do?
\Fixes # (issue)
deved-50
If there is not an issue for this, please create one first. This is used to tracking purposes and also helps use understand why this PR exists
Type of change
How should this be tested?
Checklist
Required
pnpm build
pnpm fmt
console.logs
git pull origin main
Appreciated
Summary by CodeRabbit