ScratchTools
ScratchTools copied to clipboard
I want to contribute
I want to help with the website, and I also know JS, but don't know how to add a feature. Can you help me? I don't have discord.
- fork this repository
- create a new file in the features folder
- make it a
.js
file, and set the name to something related to the feature you're making - add all the code for your feature there
- go to the
/features/features.json
file - at the top of the list of features, add this:
{
"title": "name of feature",
"description": "description of feature",
"credits": ["henryruss2"],
"urls": [
"https://github.com/henryruss2"
],
"file": "name of .js file but without the .js",
"type": ["either Editor or Website"],
"tags": ["New"]
},
- Create a pull request with your new changes!
k how do i make the feature in JS though?
k how do i make the feature in JS though?
I recommend using this guide for altering HTML on the Scratch website. You can also use our ScratchTools
API, but that's mostly for editor features.
Also, how do i help with the website?
The website is currently closed-source.
The readme says I can contribute to the site though.
@rgantzos ^
The readme says I can contribute to the site though.
We will soon be working on moving the site over to GitHub. If there's a way for now to communicate over a site such as discord, then we could find a way for you to be able to help out now.