From 7c851541d3997cb2ffdfa24872d0ed127578df9b Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 30 Sep 2023 22:11:39 -0400 Subject: [PATCH] Updated Development_Contribution (markdown) --- Development_Contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development_Contribution.md b/Development_Contribution.md index 58260d1..b494363 100644 --- a/Development_Contribution.md +++ b/Development_Contribution.md @@ -28,7 +28,7 @@ docker-compose run --rm test.py311 bash # test coverage; there can not be an error when you create a pull request docker-compose run --rm test.py311 bin/checkdone.sh -`` +``` Note: `bin/checkdone.sh` does a full scan of the product where `test.sh` is a quick way to just test the code directly and also sectionaly test it.. hence `bin/test.sh discord` would only run the _discord related_ unit tests. # Building Your Own Notification Plugin