From 2f73faed42f5c5efe91623d76db09f8b84ea465c Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Fri, 4 May 2018 13:57:46 -0700 Subject: [PATCH] MOAR issue templates --- .github/ISSUE_TEMPLATE/Bug_report.md | 63 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_request.md | 44 ++++++++++++++++ .github/ISSUE_TEMPLATE/Support.md | 40 ++++++++++++++ 3 files changed, 147 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/Support.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md new file mode 100644 index 000000000..8eee306a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -0,0 +1,63 @@ +--- +name: Bug report +about: Report an issue you're experiencing + +--- + + + +### 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 +}) +``` + +### Describe the bug you're encountering + + +### To reproduce... + +Steps to reproduce the behavior: +1. ... + +### Expected behavior + + +### Screenshots + + +### Additional context or thoughts + diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md new file mode 100644 index 000000000..070d2bd89 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -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? + + +### Describe the solution you'd like + + +### Describe alternatives you've considered + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/Support.md b/.github/ISSUE_TEMPLATE/Support.md new file mode 100644 index 000000000..e51e2427e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Support.md @@ -0,0 +1,40 @@ +--- +name: Support +about: Ask a question or request help with your implementation. + +--- + + + +### 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 +}) +``` + +### Screenshots + + +### How can we help? +