Skip to content

Commit a15c38f

Browse files
authored
ci: clarify version reporting in issue templates (#11498)
This update improves the `Environment Info` section in the issue template by asking users to provide exact version numbers instead of "latest." This ensures that bug reports remain accurate and useful over time.
1 parent fa8a2f8 commit a15c38f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/1.bug_report_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ body:
5757
- type: textarea
5858
attributes:
5959
label: Environment Info
60-
description: Paste output from `pnpm payload info` _or_ Payload, Node.js, and Next.js versions.
60+
description: Paste output from `pnpm payload info` _or_ Payload, Node.js, and Next.js versions. Please avoid using "latest"—specific version numbers help us accurately diagnose and resolve issues.
6161
render: text
6262
placeholder: |
6363
Payload:

.github/ISSUE_TEMPLATE/2.design_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
- type: textarea
2121
attributes:
2222
label: Environment Info
23-
description: Paste output from `pnpm payload info` _or_ Payload, Node.js, and Next.js versions.
23+
description: Paste output from `pnpm payload info` _or_ Payload, Node.js, and Next.js versions. Please avoid using "latest"—specific version numbers help us accurately diagnose and resolve issues.
2424
render: text
2525
placeholder: |
2626
Payload:

0 commit comments

Comments
 (0)