This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scratchblocks/.github/CONTRIBUTING.md
2016-04-15 22:10:51 +01:00

1.3 KiB

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'll want to run a local web server, eg.

    python2 -m SimpleHTTPServer 8000
    
  • Browse to http://localhost:8000/src/ to access the development version.

  • If you make a change in src/defs.css, run make css to update the JS file.

  • Before you send a PR, run make to check that the JS minifies correctly.

To rebuild the translations (eg. to take into account new updates on Pootle), use make translations.

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