could anybody try my mod of scratch out? #191521
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for sharing CodersMod! To help the community test it effectively and provide structured feedback, you'll want to lower the barrier to entry and guide testers on exactly what to look for. Here's how to optimize your post and how others can try your project. 🔧 What's Missing for Effective TestingYour current post links to the repository, but testers need more context to jump in. Consider adding:
🚀 How Others Can Try It OutAssuming this follows standard web-based Scratch mod architecture, testers can typically run it locally with these commands: # 1. Clone the repository
git clone https://github.com/TheRandomDevBro/CodersMod.git
cd CodersMod
# 2. Install dependencies (adjust if you use yarn/pnpm)
npm install
# 3. Start the development server
npm startOnce running, the terminal will output a local URL (usually
(If your project uses a different stack like Electron, Python, or a pre-built release, update the commands in your 📝 How to Structure Feedback on GitHubTo keep discussions actionable and maintainable:
✅ Quick Pre-Share Checklist
With these additions, you'll receive higher-quality, reproducible feedback. If you update the post with environment details and testing goals, consider cross-posting to Scratch modding communities for broader reach. Let me know if you need help drafting a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
Body
Try it out!
CodersMod is a open-source mod of Scratch, TurboWarp and PenguinMod!
https://github.com/TheRandomDevBro/CodersMod
Beta Was this translation helpful? Give feedback.
All reactions