Skip to content

Commit

Permalink
Add issue template, redirecting to swift-openapi-generator issues (#36)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
simonjbeaumont authored Dec 11, 2023
1 parent 410d691 commit bdb9c8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: 🐞 Open an issue on the Swift OpenAPI Generator repository
url: https://github.com/apple/swift-openapi-generator/issues
about: >
Issues for all repositories in the Swift OpenAPI Generator project are centralized in the swift-openapi-generator repository.

0 comments on commit bdb9c8f

Please sign in to comment.