From bf3995d45ca4c21ffb29cc7330fbed251f952321 Mon Sep 17 00:00:00 2001 From: Jaynarayan vaishnav Date: Fri, 27 May 2022 11:39:56 +0530 Subject: [PATCH] update README.md and CONTRIBUTING.md (#254) * update README.md Corrected the grammatical mistakes to make the documents easier to read and understand. * update README.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README.md made required changes * update CONTRIBUTING.md made necessary changes. * fixed a typo in CONTRIBUTING.md * removed unnecessary file * removed unnecessary file * removed unnecessary words Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CONTRIBUTING.md | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 32d32d36..6b770c1a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,9 +84,10 @@ To create a change for PyScript, you can follow the process described [here](htt This Project welcomes contributions, suggestions, and feedback. All contributions, suggestions, and feedback you submitted are accepted under the [Apache 2.0](./LICENSE) license. You represent that if you do not own copyright in the code that you have the authority to submit it under the [Apache 2.0](./LICENSE) license. All feedback, suggestions, or contributions are not confidential. + ## Becoming a maintainer -Contributors are invited to be maintainers to the project by demonstrating good decision making in their contributions, a commitment to the goals of the project, and consistent adherence to the [code of conduct](https://github.com/pyscript/governance/blob/main/CODE-OF-CONDUCT.md). New maintainers are invited by a 3/4 vote of the existing maintainers. +Contributors are invited to be maintainers of the project by demonstrating good decision making in their contributions, a commitment to the goals of the project, and consistent adherence to the [code of conduct](https://github.com/pyscript/governance/blob/main/CODE-OF-CONDUCT.md). New maintainers are invited by a 3/4 vote of the existing maintainers. ## Trademarks diff --git a/README.md b/README.md index 15135cf3..06af7ed0 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## What is PyScript ### Summary + PyScript is a Pythonic alternative to Scratch, JSFiddle, and other "easy to use" programming frameworks, with the goal of making the web a friendly, hackable place where anyone can author interesting and interactive applications. To get started see the [getting started tutorial](docs/tutorials/getting-started.md).