From eee5e503b51e2361e5f81c02c3f328374c1e6f9d Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 5 Sep 2021 16:00:50 -0400 Subject: [PATCH] Updated Development_Contribution (markdown) --- Development_Contribution.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Development_Contribution.md b/Development_Contribution.md index 970a7c8..7f028c4 100644 --- a/Development_Contribution.md +++ b/Development_Contribution.md @@ -177,6 +177,7 @@ You can have a look at the NotifyBase object and see all of the other entries yo ## Demo Plugins Some people learn by just working with already pre-written code. So here are some sample plugins I put together that you can copy and paste and start your own notification service off of. Each plugin tries to explain with a lot of in-line code comments what is going on and why things are the way they are: +- [A Very Basic Plugin](DemoPlugin_Basic) That simply posts the message to stdout - [An HTTP Web Request Based Plugin](DemoPlugin_WebRequest) - More coming soon :slightly_smiling_face: