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
63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
name: Bug report
about: Report an issue you're experiencing

---

<!---
Thanks for filing a bug report! 😄

Before you submit, please read the following:

If you're here to report a security issue, please STOP writing an issue and
contact us at security@swagger.io instead!

Search open/closed issues before submitting!

Issues on GitHub are only related to problems of Swagger-Client itself. We'll
try to offer support here for your use case, but we can't offer help with projects that use Swagger-Client indirectly.

Likewise, we can't accept bugs in the Swagger/OpenAPI specifications themselves, or anything that violates the specifications.
-->

### Q&A (please complete the following information)
- OS: [e.g. macOS]
- Environment: [e.g. Chrome 59, Node.js v10.0.0]
- Method of installation: [e.g. npm, unpkg]
- Swagger-Client version: [e.g. 3.8.0]
- Swagger/OpenAPI version: [e.g. Swagger 2.0, OpenAPI 3.0]

### Content & configuration
<!--
Provide us with a way to see what you're seeing,
so that we can fix your issue.
-->

Swagger/OpenAPI definition:
```yaml
# your YAML here
```

Swagger-Client usage:
```js
SwaggerClient({
// your config options here
})
```

### Describe the bug you're encountering
<!-- A clear and concise description of what the bug is. -->

### To reproduce...

Steps to reproduce the behavior:
1. ...

### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->

### Screenshots
<!-- If applicable, add screenshots to help explain your problem. -->

### Additional context or thoughts
<!-- Add any other context about the problem here. -->
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Feature request
about: Suggest an new feature or enhancement for this project

---

### Q&A (please complete the following information)
- OS: [e.g. macOS]
- Environment: [e.g. Chrome 59, Node.js v10.0.0]
- Method of installation: [e.g. npm, unpkg]
- Swagger-Client version: [e.g. 3.8.0]
- Swagger/OpenAPI version: [e.g. Swagger 2.0, OpenAPI 3.0]

### Content & configuration

Swagger/OpenAPI definition:
```yaml
# your YAML here
```

Swagger-Client usage:
```js
SwaggerClient({
// your config options here
})
```

### Is your feature request related to a problem?
<!--
Please provide a clear and concise description of what the problem is.
"I'm always frustrated when..."
-->

### Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. -->

### Describe alternatives you've considered
<!--
A clear and concise description of any alternative solutions or features
you've considered.
-->

### Additional context
<!-- Add any other context or screenshots about the feature request here. -->
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/Support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: Support
about: Ask a question or request help with your implementation.

---

<!--
We can only offer support for Swagger-Client itself.

If you're having a problem with a library that uses Swagger-Client,
please open an issue in that project's repository instead.
-->

### Q&A (please complete the following information)
- OS: [e.g. macOS]
- Environment: [e.g. Chrome 59, Node.js v10.0.0]
- Method of installation: [e.g. npm, unpkg]
- Swagger-Client version: [e.g. 3.8.0]
- Swagger/OpenAPI version: [e.g. Swagger 2.0, OpenAPI 3.0]

### Content & configuration
<!-- Provide us with a way to see what you're seeing, so that we can help. -->

Swagger/OpenAPI definition:
```yaml
# your YAML here
```

Swagger-Client usage:
```js
SwaggerClient({
// your config options here
})
```

### Screenshots
<!-- If applicable, add screenshots to help give context to your problem. -->

### How can we help?
<!-- Your question or problem goes here! -->