File tree Expand file tree Collapse file tree 3 files changed +4
-32
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 3 files changed +4
-32
lines changed Original file line number Diff line number Diff line change 22
33One-liner - what does this change?
44
5- ## Links
6-
7- - Jira/Notion:
8- - Issue link:
9- - Other useful links:
10-
115## Changes
126
137(Answer where applicable)
148
9+ - Important links (Jira/Notion/GitHub Issues):
1510- Why this PR is needed?
1611- What does this add?
1712- What does this deprecate?
@@ -35,12 +30,3 @@ One-liner - what does this change?
3530
3631- Screenshots
3732- Video Recordings
38-
39- ## Pre-release Checklist
40-
41- - [ ] QA/PM's approval
42- - [ ] (If files are removed) Check all usages of the deleted files
43-
44- ## Rollback Steps
45-
46- - Any steps to follow in the event of rollback due to breaking release. Eg. toggle feature flag, revert commit etc.
Original file line number Diff line number Diff line change @@ -8,20 +8,6 @@ One-liner – What does this plugin contribution add or change?
88- Issue link (if applicable):
99- Other useful links:
1010
11- ## Description
12-
13- (Answer where applicable)
14-
15- - Why is this plugin contribution needed?
16- - What functionality does this plugin add or enhance?
17- - What dependencies or integrations does it introduce?
18-
19- ## Plugin Details
20-
21- - Plugin Name:
22- - Compatibility Notes (if applicable):
23- - Additional Setup Instructions (if required):
24-
2511## Plugin Documentation Checklist
2612
2713- README Validation
Original file line number Diff line number Diff line change 11# General Information
22plugin_name : " " # Name of the plugin
3- version : " " # Current version (e.g., 1.0.0)
4- author : " " # Author or team name
3+ author : " " # Author and team name
54logo_url : " " # URL to the author photo or team logo (512x512 recommended)
65release_date : " " # Release date (DD-MM-YYYY)
76
@@ -10,7 +9,7 @@ short_description: "" # One-liner description for listings
109detailed_description : " " # Full description with features and benefits
1110
1211# Media & Assets
13- plugin_logo_url : " " # URL to the plugin logo (512x512 recommended)
12+ plugin_logo_url : " " # URL to the plugin logo (512x512 recommended) (if any or fallback to logo_url)
1413screenshots : # List of screenshots showcasing the plugin
1514 - " " # e.g., "https://example.com/screenshot1.png"
1615 - " "
@@ -19,5 +18,6 @@ documentation_url: "" # Link to the plugin's official documentation (if ava
1918changelog_url : " " # Link to the changelog (if maintained)
2019
2120# Contact & Support
21+ x_account_handle : " " # X (formerly known as Twitter) account handle (ie: @GAME_Virtuals)
2222support_contact : " " # Email or Slack/Discord link for user support
2323community_link : " " # Forum or community link (if any)
You can’t perform that action at this time.
0 commit comments