From e8e2e65584df775fe5454365fb61172b864bf7d1 Mon Sep 17 00:00:00 2001 From: Mariana Meireles Date: Tue, 4 Oct 2022 17:16:48 +0200 Subject: [PATCH] Update CONTRIBUTING.md (#822) To add that we need to have a test for every feature :) closes https://github.com/pyscript/pyscript/issues/615 --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0019e7f5..94da8fd2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -201,6 +201,7 @@ To create a change for PyScript, you can follow the process described [here](htt * Follow the steps in [setting your local environment](#setting-up-your-local-environment) and [developing](#developing) * Make the changes you would like (don't forget to test them with `make test`) +* Add tests relevant to the feature or bug you fixed * Open a pull request back to the PyScript project and address any comments/questions from the maintainers and other contributors. ## License terms for contributions