Skip to content

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

choppedtuna
Copy link

@choppedtuna choppedtuna commented Jun 24, 2025

Description

Screencast

Checklist

@raycastbot raycastbot added the new extension Label for PRs with new extensions label Jun 24, 2025
@raycastbot
Copy link
Collaborator

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.

@choppedtuna choppedtuna marked this pull request as ready for review June 24, 2025 19:26
Copy link
Contributor

@greptile-apps greptile-apps bot left a 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 removed
  • README.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({
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new extension Label for PRs with new extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants