Skip to content

Commit eac5c20

Browse files
committed
.github: Customize the issue template chooser with config file
External links added: * Share an idea (https://forums.swift.org/c/evolution/discuss) * Formally propose a change (https://www.swift.org/swift-evolution) * Ask a question about Swift (https://forums.swift.org/c/swift-users) * Ask a question about the Swift compiler (https://forums.swift.org/c/development/compiler) * Ask a question on the Apple Developer Forums (https://developer.apple.com/forums) * Learn Swift (https://docs.swift.org/swift-book/documentation/the-swift-programming-language) * Report an issue with The Swift Programming Language book (https://github.com/apple/swift-book/issues/new/choose) * Report an issue using Feedback Assistant (https://developer.apple.com/bug-reporting)
1 parent 0e48733 commit eac5c20

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

β€Ž.github/ISSUE_TEMPLATE/config.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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

Comments
Β (0)