Skip to content

Commit cb4ed70

Browse files
committed
[github] Link out to Apple’s Feedback Assistant in issue templates
1 parent fdababa commit cb4ed70

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ assignees: ''
77

88
---
99

10+
<!--
11+
This repository tracks issues related to the implementation of the Swift
12+
compiler, standard library, runtime, and tools that provide IDE support for
13+
Swift (e.g. code completion). If the bug relates to the implementation of a
14+
proprietary (closed-source) Apple framework such as UIKit, SwiftUI, Combine,
15+
etc., please report it to https://feedbackassistant.apple.com instead.
16+
-->
17+
1018
**Describe the bug**
1119
A clear and concise description of what the bug is.
1220

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ assignees: ''
77

88
---
99

10+
<!--
11+
This repository tracks issues and requests related to the implementation of the
12+
Swift compiler, standard library, runtime, and tools that provide IDE support
13+
for Swift (e.g. code completion). If your feature request relates to the
14+
implementation of a proprietary (closed-source) Apple framework such as UIKit,
15+
SwiftUI, Combine, etc., please report it to https://feedbackassistant.apple.com
16+
instead.
17+
-->
18+
1019
**Is your feature request related to a problem? Please describe.**
1120
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1221

0 commit comments

Comments
 (0)