Skip to content

Commit 0d4a7d1

Browse files
committed
refactor: update PR based on celeste's reviews
1 parent 67a1dc0 commit 0d4a7d1

File tree

3 files changed

+4
-32
lines changed

3 files changed

+4
-32
lines changed

.github/PULL_REQUEST_TEMPLATE/default.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22

33
One-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.

.github/PULL_REQUEST_TEMPLATE/plugin.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# General Information
22
plugin_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
54
logo_url: "" # URL to the author photo or team logo (512x512 recommended)
65
release_date: "" # Release date (DD-MM-YYYY)
76

@@ -10,7 +9,7 @@ short_description: "" # One-liner description for listings
109
detailed_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)
1413
screenshots: # 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
1918
changelog_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)
2222
support_contact: "" # Email or Slack/Discord link for user support
2323
community_link: "" # Forum or community link (if any)

0 commit comments

Comments
 (0)