Skip to content

Commit 03bf6b7

Browse files
authored
Clarify that Xcode issues are not tracked in BUG_REPORT.yml (#7324)
We're seeing a large amount of issues created that are unrelated to this repository. We need to add a clear warning to our issue template that such issues will be closed.
1 parent 61d6215 commit 03bf6b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: Bug Report
22
description: Something isn't working as expected
33
labels: [bug]
44
body:
5+
- type: checkboxes
6+
id: cat-preferences
7+
attributes:
8+
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."
10+
options:
11+
- label: Confirmed reproduction steps with SwiftPM CLI.
12+
required: true
513
- type: textarea
614
attributes:
715
label: Description

0 commit comments

Comments
 (0)