You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Docs] Centralize issue reporting in the generator repo (#6)
[Docs] Centralize issue reporting in the generator repo
### Motivation
We are trying out a model where all our generator-related repositories report issues in the generator repo, instead of tracking issues per-repository.
### Modifications
Updated guidance about where to report issues.
### Result
Documentation is updated, hopefully folks will understand why this repo has Issues disabled now.
### Test Plan
Previewed locally.
Reviewed by: simonjbeaumont
Builds:
✔︎ pull request validation (5.8) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
#6
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ that your contributions are licensed under the Apache 2.0 license (see
7
7
8
8
## How to submit a bug report
9
9
10
-
Please ensure to specify the following:
10
+
Please report any issues related to this library in the [swift-openapi-generator](https://github.com/apple/swift-openapi-generator/issues) repository.
11
+
12
+
Specify the following:
11
13
12
14
* Commit hash
13
15
* Contextual information (e.g. what you were trying to achieve with swift-openapi-runtime)
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,10 @@ Implement a new transport or middleware by providing a type that adopts one of t
43
43
44
44
You can also publish your transport or middleware as a Swift package to allow others to use it with their generated code.
45
45
46
+
## Reporting issues
47
+
48
+
Please report any issues related to this library in the [swift-openapi-generator](https://github.com/apple/swift-openapi-generator/issues) repository.
49
+
46
50
## Documentation
47
51
48
52
To learn more, check out the full [documentation][2].
Copy file name to clipboardExpand all lines: Sources/OpenAPIRuntime/Documentation.docc/Documentation.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,10 @@ Implement a new transport or middleware by providing a type that adopts one of t
45
45
46
46
You can also publish your transport or middleware as a Swift package to allow others to use it with their generated code.
47
47
48
+
### Reporting issues
49
+
50
+
Please report any issues related to this library in the [swift-openapi-generator](https://github.com/apple/swift-openapi-generator/issues) repository.
0 commit comments