Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] - plugin checklist approval blockers #709

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions general/community/plugincontribution/checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading