From 70f53e5d62373337f05b825051033840fee836de Mon Sep 17 00:00:00 2001 From: Kyle Date: Wed, 9 Aug 2017 15:35:11 -0700 Subject: [PATCH] Update issue template Lifted from the wonderful Babel issue template: https://github.com/babel/babel/issues/new --- .github/issue_template.md | 64 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 61 insertions(+), 3 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 1b519695..7c82949d 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,3 +1,61 @@ -When reporting an issue, please provide the following details: -- swagger-ui version -- a swagger file reproducing the issue + + + + + +| Q | A +| ------------------------------- | ------- +| Bug or feature request? | +| Which Swagger/OpenAPI version? | +| Which Swagger-UI version? | +| How did you install Swagger-UI? | +| Which broswer & version? | +| Which operating system? | + + +### Demonstration spec + + + +```yaml +your: "spec goes here" +``` + +### Configuration (browser query string, constructor, config.yaml) + + +```js +{ + "your": { "constructorConfig": "here" } +} +``` + +`?yourQueryStringConfig=here` + +### Expected Behavior + + + +### Current Behavior + + + +### Possible Solution + + + +### Context + +