Skip to content

Commit aaa60ed

Browse files
authored
Fix two broken Forum category links in this project's New Issue template chooser (#1248)
This fixes two broken Forum category links in this project's [New Issue](https://github.com/swiftlang/swift-testing/issues/new/choose) template chooser. The location of the "Development > Swift Testing" subcategory changed around the time of the formation of the [Testing Workgroup](https://swift.org/testing-workgroup/). I also took this opportunity to switch to the [Using Swift](https://forums.swift.org/c/swift-users/15) category for the "Ask a question" link, since that's generally more appropriate for general usage questions. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 0d85d8b commit aaa60ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
blank_issues_enabled: true
1010
contact_links:
1111
- name: 🌐 Discuss an idea
12-
url: https://forums.swift.org/c/related-projects/swift-testing
12+
url: https://forums.swift.org/c/development/swift-testing/103
1313
about: >
1414
Share an idea with the Swift Testing community.
1515
- name: 📄 Formally propose a change
@@ -18,10 +18,10 @@ contact_links:
1818
Formally propose an addition, removal, or change to the APIs or features
1919
of Swift Testing.
2020
- name: 🙋 Ask a question
21-
url: https://forums.swift.org/c/related-projects/swift-testing
21+
url: https://forums.swift.org/c/swift-users/15
2222
about: >
23-
Ask a question about or get help with Swift Testing. Beginner questions
24-
welcome!
23+
Ask a question or get help by starting a new Forum topic with the 'swift-testing' tag.
24+
Beginner questions welcome!
2525
- name: 🪲 Report an issue with Swift Package Manager
2626
url: https://github.com/swiftlang/swift-package-manager/issues/new/choose
2727
about: >

0 commit comments

Comments
 (0)