You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/BUG_REPORT.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@ name: Bug Report
2
2
description: Something isn't working as expected
3
3
labels: [bug]
4
4
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.
0 commit comments