|
| 1 | +# This source file is part of the Swift.org open source project |
| 2 | +# |
| 3 | +# Copyright (c) 2023 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 the list of Swift project authors |
| 8 | + |
| 9 | +blank_issues_enabled: true |
| 10 | +contact_links: |
| 11 | + - name: π Discuss an idea |
| 12 | + url: https://forums.swift.org/c/evolution/discuss |
| 13 | + about: > |
| 14 | + Share an idea with the Swift community. |
| 15 | + - name: π Formally propose a change |
| 16 | + url: https://www.swift.org/swift-evolution |
| 17 | + about: > |
| 18 | + Formally propose an addition, removal, or change to the features of the |
| 19 | + Swift language or the public interface of the Swift standard library. |
| 20 | + - name: π Ask a question about Swift |
| 21 | + url: https://forums.swift.org/c/swift-users |
| 22 | + about: > |
| 23 | + Ask a question about or get help with the Swift language and its standard |
| 24 | + library. Beginner questions welcome! |
| 25 | + - name: π Ask a question about the Swift compiler |
| 26 | + url: https://forums.swift.org/c/development/compiler |
| 27 | + about: > |
| 28 | + Ask a question about or get help with contributing to the Swift compiler. |
| 29 | + - name: π Ask a question on the Apple Developer Forums |
| 30 | + url: https://developer.apple.com/forums |
| 31 | + about: > |
| 32 | + Ask a question about or get help with app development for Apple platforms |
| 33 | + in general. Topics include Xcode and other closed source Apple developer |
| 34 | + software such as SwiftUI and UIKit. |
| 35 | + - name: πͺ² Report an issue using Feedback Assistant |
| 36 | + url: https://developer.apple.com/bug-reporting |
| 37 | + about: > |
| 38 | + Report an issue with Xcode or other closed source Apple developer |
| 39 | + software such as SwiftUI and UIKit. |
| 40 | + - name: πͺ² Report an issue with The Swift Programming Language (the book) |
| 41 | + url: https://github.com/apple/swift-book/issues/new/choose |
| 42 | + about: > |
| 43 | + Like the Swift compiler and standard library, TSPL is open source and |
| 44 | + welcomes contributions. |
| 45 | + - name: π Learn Swift |
| 46 | + url: https://docs.swift.org/swift-book/documentation/the-swift-programming-language |
| 47 | + about: > |
| 48 | + Read The Swift Programming Language, the official book on Swift. |
0 commit comments