Skip to content

Commit bdb9c8f

Browse files
Add issue template, redirecting to swift-openapi-generator issues (#36)
### Motivation We centralize the issues for all the repos in the Swift OpenAPI Generator project in the generator repo. Using an issue template will make this even clearer, because it will allow people to use the normal Github workflow to discover the process and provide a link to where to file their issue. ### Modifications Add issue template, redirecting to swift-openapi-generator issues. ### Result When people try and file an issue, they'll be presented with a button that takes them to the generator repo issues page. ### Test Plan Manual.
1 parent 410d691 commit bdb9c8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🐞 Open an issue on the Swift OpenAPI Generator repository
4+
url: https://github.com/apple/swift-openapi-generator/issues
5+
about: >
6+
Issues for all repositories in the Swift OpenAPI Generator project are centralized in the swift-openapi-generator repository.

0 commit comments

Comments
 (0)