-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Add roblox-creator-docs extension #20024
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
Congratulations on your new Raycast extension! 🚀 You can expect an initial review within five business days. Once the PR is approved and merged, the extension will be available on our Store. |
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.
PR Summary
Added new Roblox Creator Docs extension for quick documentation lookup, with several compliance issues to address.
package.json
needs metadata folder since it contains view commands [ref: developers.raycast.com/basics/prepare-an-extension-for-store#screenshots]- CHANGELOG.md title has inconsistent casing ('ROBLOX' vs 'Roblox') compared to extension conventions
.gitignore
contains unnecessary Swift-related patterns (raycast-swift-build
,.swiftpm
) that should be removedREADME.md
is too minimal and needs more detailed documentation about the extension's functionality
9 files reviewed, 5 comments
Edit PR Review Bot Settings | Greptile
title = item.name; | ||
} | ||
|
||
metadata.subitems!.push({ |
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.
logic: Using non-null assertion (!) here is unsafe. metadata.subitems was initialized as optional.
- * lint - * rm fallback data (use empty array) - * updated icons & fixed page anchors
Description
Screencast
Checklist
npm run build
and tested this distribution build in Raycastassets
folder are used by the extension itselfREADME
are placed outside of themetadata
folder