Updated Development_Contribution (markdown)

master
Chris Caron 2021-09-05 16:00:50 -04:00
parent 8fa7ef29b3
commit eee5e503b5
1 changed files with 1 additions and 0 deletions

@ -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: