From ec0e28bbdaef501339fb6e733f50c9fb9a668e9c Mon Sep 17 00:00:00 2001 From: Vuton Design <26391179+VutonDesign@users.noreply.github.com> Date: Mon, 25 Sep 2017 12:29:09 +0100 Subject: [PATCH] Clean-Up --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d4dc184..09d55d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ ## Contributing Here are some ways you can contribute to ScratchJr: * Report bugs - * If you find bugs in ScratchJr, please let us know! Please be as descriptive as possible and include screenshots if possible. + * If you find any bugs in ScratchJr, please let us know! Please be as descriptive as possible and include screenshots if possible. * Work on bugs and make pull requests * If you have made a fix for a bug, please make a pull request! Fork the scratchjr repository, make the code changes. Please provide an explanation of what you have changed, a link to the relevant bug, and how your changes fix the bug. All code that's merged into ScratchJr must pass our linter (`npm run lint`). We'll review your changes and hopefully merge them into the project, benefiting all users of ScratchJr!