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
Display the source diff
Display the rich diff
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)
0 commit comments