Skip to content

Commit b996e3a

Browse files
committed
docs: add plugin metadata template
for contributors to fill up upon plugin PR creation
1 parent cd1fcaf commit b996e3a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# General Information
2+
plugin_name: "" # Name of the plugin
3+
version: "" # Current version (e.g., 1.0.0)
4+
author: "" # Author or team name
5+
logo_url: "" # URL to the author photo or team logo (512x512 recommended)
6+
release_date: "" # Release date (DD-MM-YYYY)
7+
8+
# Description
9+
short_description: "" # One-liner description for listings
10+
detailed_description: "" # Full description with features and benefits
11+
12+
# Media & Assets
13+
plugin_logo_url: "" # URL to the plugin logo (512x512 recommended)
14+
screenshots: # List of screenshots showcasing the plugin
15+
- "" # e.g., "https://example.com/screenshot1.png"
16+
- ""
17+
demo_video_url: "" # Link to a demo or walkthrough video (if available)
18+
documentation_url: "" # Link to the plugin's official documentation (if available)
19+
changelog_url: "" # Link to the changelog (if maintained)
20+
21+
# Contact & Support
22+
support_contact: "" # Email or Slack/Discord link for user support
23+
community_link: "" # Forum or community link (if any)

0 commit comments

Comments
 (0)