From 46a807deb1de88508b8a3793a84f9459af6f474b Mon Sep 17 00:00:00 2001
From: Athanasius <github@miggy.org>
Date: Thu, 17 Feb 2022 12:17:20 +0000
Subject: [PATCH] PLUGINS: Call out keeping an eye on Discussions

---
 PLUGINS.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/PLUGINS.md b/PLUGINS.md
index 00072e18..b26ee58b 100644
--- a/PLUGINS.md
+++ b/PLUGINS.md
@@ -38,6 +38,8 @@ Please be sure to read the [Avoiding potential pitfalls](#avoiding-potential-pit
 section, else you might inadvertently cause issues for the core
 EDMarketConnector code including whole application crashes.
 
+## Being aware of core application changes
+
 It is highly advisable to ensure you are aware of all EDMarketConnector 
 releases, including the pre-releases.  The -beta and -rc changelogs will 
 contain valuable information about any forthcoming changes that affect plugins.
@@ -55,6 +57,11 @@ The easiest way is:
 And, of course, either ensure you check your GitHub messages regularly, or 
 have it set up to email you such notifications.
 
+You should also keep an eye on [our GitHub Discussions](https://github.com/EDCD/EDMarketConnector/discussions)
+in case there are any proposed changes to EDMC plugin functionality.  You can
+do this by ensuring 'Discussions' is also ticked when following the steps
+above to set up a 'Custom' watch on this repository.
+
 ---
 
 ## Examples