fork of hey-api/openapi-ts because I need some additional things

chore: update bug template

Lubos 65480d2a 7a848e7b

Changed files
+11 -10
.github
ISSUE_TEMPLATE
+11 -10
.github/ISSUE_TEMPLATE/bug_report.yml
··· 14 14 id: description 15 15 attributes: 16 16 label: Description 17 - description: Please check if there is an existing bug report before creating a new issue. If you intend to submit a PR to fix this issue, let us know in the description. 17 + description: Please check if there is an existing bug report before creating a new issue. If you intend to submit a pull request to fix this issue, let us know in the description. 18 18 placeholder: Bug description 19 19 validations: 20 20 required: true 21 21 22 22 - type: textarea 23 + id: config 24 + attributes: 25 + label: Reproducible example or configuration 26 + description: Please provide a reproducible StackBlitz example, your configuration file, or CLI command used to recreate the issue. 27 + placeholder: https://stackblitz.com/edit/hey-api-client-fetch-example 28 + value: https://stackblitz.com/edit/hey-api-client-fetch-example 29 + 30 + - type: textarea 23 31 id: openapi-spec 24 32 attributes: 25 33 label: OpenAPI specification (optional) 26 - description: Please provide relevant part of your OpenAPI specification to recreate the issue. 34 + description: Minimal OpenAPI specification needed to recreate the issue. 27 35 placeholder: OpenAPI Specification 28 36 29 37 - type: textarea 30 - id: config 31 - attributes: 32 - label: Configuration 33 - description: Please provide your configuration file or CLI command used to recreate the issue. 34 - placeholder: openapi-ts -i path/to/openapi.json -o src/client 35 - 36 - - type: textarea 37 38 id: system-info 38 39 attributes: 39 40 label: System information (optional) 40 - description: Please provide any relevant system information. This may include OS, browser, NPM version, Node.js version, etc. 41 + description: Any additional relevant system information. This may include OS, browser, NPM version, Node.js version, etc. 41 42 placeholder: System information