|
1 | 1 | ---
|
2 | 2 | name: Feature request
|
3 |
| -about: Suggest an idea for this project |
| 3 | +about: Share an idea |
4 | 4 | title: ''
|
5 |
| -labels: New Feature |
| 5 | +labels: feature request |
6 | 6 | assignees: ''
|
7 | 7 |
|
8 | 8 | ---
|
9 | 9 |
|
10 |
| -**Is your feature request related to a problem? Please describe.** |
11 |
| -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] |
| 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. |
12 | 17 |
|
13 |
| -**Describe the solution you'd like** |
14 |
| -A clear and concise description of what you want to happen. |
| 18 | +If you haven't found or started a thread on the Swift forums yet, consider |
| 19 | +socializing your idea in the "Discussion" subcategory |
| 20 | +(https://forums.swift.org/c/evolution/discuss) after submitting this request. |
| 21 | +This is an essential step toward the official review of any proposal concerning |
| 22 | +language or library design, and while GitHub issues do great for tracking |
| 23 | +purposes, the forums are far better ground for drawing attention to ideas and |
| 24 | +gauging interest from the community. |
15 | 25 |
|
16 |
| -**Describe alternatives you've considered** |
17 |
| -A clear and concise description of any alternative solutions or features you've considered. |
| 26 | +For more information on how ideas are proposed, discussed, and reviewed, see |
| 27 | +https://swift.org/swift-evolution |
| 28 | +--> |
18 | 29 |
|
19 |
| -**Additional context** |
20 |
| -Add any other context or screenshots about the feature request here. |
| 30 | +**Motivation** |
| 31 | +<!-- Describe the problem that your feature seeks to address. --> |
| 32 | + |
| 33 | +**Solution** |
| 34 | +<!-- |
| 35 | +Describe your solution to the problem. Provide examples and describe how |
| 36 | +they work. |
| 37 | +--> |
| 38 | + |
| 39 | +**Alternatives considered** |
| 40 | +<!-- |
| 41 | +Describe any alternative approaches or features that you have considered in |
| 42 | +addressing the problem, and why you chose this approach instead. |
| 43 | +--> |
| 44 | + |
| 45 | +<!-- |
| 46 | +Add any other context about your feature as appropriate. For example, link out |
| 47 | +to a discussion on the Swift forums (https://forums.swift.org). |
| 48 | +--> |
| 49 | +<!-- **Additional context** --> |
0 commit comments