Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 1.03 KB

Hello! Thanks for your interest in contributing to scratchblocks.

The Community Guidelines for scratch-www also apply here. :-)

In particular, although this code is used on the Scratch website, it's not maintained by the Scratch Team. So please remember developing this isn't our job!


When reporting an issue, please do the following:


For pull requests:

  • When developing, you need to run a local web server:

    npm start
    
  • Browse to http://localhost:8000/ to access the development version.

To modify the homepage, send a PR to the scratchblocks/scratchblocks.github.io repo.