mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
There were a number of changes to master, all of which were either undesirable (e.g. recompilation of master that would overwrite recompilation of develop), caused merge conflicts, or both. All changes by mster were reverted except for a change to .github/PULL_REQUEST_TEMPLATE.md which has been manually resolved.
1.5 KiB
1.5 KiB
The basics
- I branched from develop
- My pull request is against develop
- My code follows the style guide
- I ran
npm run formatandnpm run lint