From 1e9f7dfb186ba0ad36c0e75c45d853ea7b12a5ef Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 24 Aug 2023 17:35:39 +1200 Subject: [PATCH] [docs] - plugin checklist approval blockers --- general/community/plugincontribution/checklist.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/general/community/plugincontribution/checklist.md b/general/community/plugincontribution/checklist.md index 34400d8f84..46ac34361a 100644 --- a/general/community/plugincontribution/checklist.md +++ b/general/community/plugincontribution/checklist.md @@ -199,6 +199,8 @@ Examples of issues that will prevent your plugin from being approved: 1. There is no public and transparent issue tracker where the community members can leave feedback, report bugs and suggest improvements. 1. Your SQL fails to work on PostgreSQL even when working on MySQL. +1. [Namespace collisions](../../development/policies/codingstyle/frankenstyle.md). +1. Compliance with [security guidelines](../../development/policies/security/index.md). 1. It integrates with an external system and does not have the privacy API correctly implemented. 1. It is an activity module and does not have the backup and restore API implemented.