diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7723d636..e767af1a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) diff --git a/README.md b/README.md index 05146aa4..3a1c7750 100644 --- a/README.md +++ b/README.md @@ -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]. diff --git a/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md b/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md index 36e64623..076179b2 100644 --- a/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md +++ b/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md @@ -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