|
| 1 | +# This source file is part of the Swift.org open source project |
| 2 | +# |
| 3 | +# Copyright (c) 2025 Apple Inc. and the Swift project authors |
| 4 | +# Licensed under Apache License v2.0 with Runtime Library Exception |
| 5 | +# |
| 6 | +# See https://swift.org/LICENSE.txt for license information |
| 7 | +# See https://swift.org/CONTRIBUTORS.txt for Swift project authors |
| 8 | + |
| 9 | +name: 🌟 Request a change |
| 10 | +description: > |
| 11 | + Request a feature, API, improvement, or other change. |
| 12 | +labels: [enhancement, triage-needed] |
| 13 | +body: |
| 14 | + - type: markdown |
| 15 | + attributes: |
| 16 | + value: > |
| 17 | + This repository hosts the Swift Testing library and its documentation. |
| 18 | + It does _not_ track feedback for Xcode and other closed source Apple |
| 19 | + developer software such as XCTest; please direct that to |
| 20 | + [Feedback Assistant](https://developer.apple.com/bug-reporting) instead. |
| 21 | +
|
| 22 | + ___ |
| 23 | +
|
| 24 | + Swift Testing is guided by a community-driven evolution process. |
| 25 | + Submitting this form is not a guarantee that the request will be |
| 26 | + considered or implemented. If the request implies an addition, removal, |
| 27 | + or change to the features of Swift Testing or its public interfaces, |
| 28 | + please consider socializing it on the |
| 29 | + [Swift forums](https://forums.swift.org/c/related-projects/swift-testing) |
| 30 | + instead. The Swift forums are the preferred space for sharing ideas and |
| 31 | + discussing them with the Swift community. |
| 32 | + - type: textarea |
| 33 | + attributes: |
| 34 | + label: Motivation |
| 35 | + description: > |
| 36 | + Describe the problems that this idea seeks to address. If the problem is |
| 37 | + that some common pattern is currently hard to express, show how one can |
| 38 | + currently get a similar effect and describe its drawbacks. If it's |
| 39 | + completely new functionality that cannot be emulated, motivate why this |
| 40 | + new functionality would help create better Swift tests. |
| 41 | + validations: |
| 42 | + required: true |
| 43 | + - type: textarea |
| 44 | + attributes: |
| 45 | + label: Proposed solution |
| 46 | + description: > |
| 47 | + Describe the proposed solution to the problem. Provide examples and |
| 48 | + describe how they work. Show how this solution is better than current |
| 49 | + workarounds: is it cleaner, safer, or more efficient? |
| 50 | + validations: |
| 51 | + required: true |
| 52 | + - type: textarea |
| 53 | + attributes: |
| 54 | + label: Alternatives considered |
| 55 | + description: > |
| 56 | + Any alternative approaches that were considered, and why the _proposed |
| 57 | + solution_ was chosen instead. |
| 58 | + validations: |
| 59 | + required: false |
| 60 | + - type: textarea |
| 61 | + attributes: |
| 62 | + label: Additional information |
| 63 | + description: > |
| 64 | + Any complementary information that could be valuable to an author of a |
| 65 | + formal proposal, an implementor, or future discussions. For example, a |
| 66 | + link to a discussion or post that motivated this request. |
| 67 | + validations: |
| 68 | + required: false |
0 commit comments