Skip to content

Commit 516ae33

Browse files
authored
Clarify reproduction steps requirements in BUG_REPORT.yml (#7685)
Since some newly reported issues still don't include SwiftPM CLI reproduction steps and only provide Xcode-specific steps, let's make this requirement more visible in the template.
1 parent 363fadf commit 516ae33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ body:
66
id: cat-preferences
77
attributes:
88
label: "Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?"
9-
description: "Issues related to closed-source software are not tracked by this repository and will be closed. For Xcode, please file a feedback at https://feedbackassistant.apple.com instead."
9+
description: "Issues related to closed-source software are not tracked by this repository and will be closed. For Xcode and `xcodebuild`, please file a feedback at https://feedbackassistant.apple.com instead."
1010
options:
11-
- label: Confirmed reproduction steps with SwiftPM CLI.
11+
- label: Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include reproduction steps with either of command-line SwiftPM commands, `swift build`, `swift test`, `swift package` etc.
1212
required: true
1313
- type: textarea
1414
attributes:

0 commit comments

Comments
 (0)