Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ that your contributions are licensed under the Apache 2.0 license (see

## How to submit a bug report

Please ensure to specify the following:
Please report any issues related to this library in the [swift-openapi-generator](https://github.com/apple/swift-openapi-generator/issues) repository.

Specify the following:

* Commit hash
* Contextual information (e.g. what you were trying to achieve with swift-openapi-runtime)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Implement a new transport or middleware by providing a type that adopts one of t

You can also publish your transport or middleware as a Swift package to allow others to use it with their generated code.

## Reporting issues

Please report any issues related to this library in the [swift-openapi-generator](https://github.com/apple/swift-openapi-generator/issues) repository.

## Documentation

To learn more, check out the full [documentation][2].
Expand Down
4 changes: 4 additions & 0 deletions Sources/OpenAPIRuntime/Documentation.docc/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Implement a new transport or middleware by providing a type that adopts one of t

You can also publish your transport or middleware as a Swift package to allow others to use it with their generated code.

### Reporting issues

Please report any issues related to this library in the [swift-openapi-generator](https://github.com/apple/swift-openapi-generator/issues) repository.

## Topics

### Essentials
Expand Down