Skip to content

Commit

Permalink
Merge pull request #752 from hey-api/chore/bug-template
Browse files Browse the repository at this point in the history
chore: update bug template
  • Loading branch information
mrlubos authored Jul 7, 2024
2 parents 7a848e7 + 65480d2 commit b0adfdb
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,29 @@ body:
id: description
attributes:
label: Description
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.
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.
placeholder: Bug description
validations:
required: true

- type: textarea
id: openapi-spec
id: config
attributes:
label: OpenAPI specification (optional)
description: Please provide relevant part of your OpenAPI specification to recreate the issue.
placeholder: OpenAPI Specification
label: Reproducible example or configuration
description: Please provide a reproducible StackBlitz example, your configuration file, or CLI command used to recreate the issue.
placeholder: https://stackblitz.com/edit/hey-api-client-fetch-example
value: https://stackblitz.com/edit/hey-api-client-fetch-example

- type: textarea
id: config
id: openapi-spec
attributes:
label: Configuration
description: Please provide your configuration file or CLI command used to recreate the issue.
placeholder: openapi-ts -i path/to/openapi.json -o src/client
label: OpenAPI specification (optional)
description: Minimal OpenAPI specification needed to recreate the issue.
placeholder: OpenAPI Specification

- type: textarea
id: system-info
attributes:
label: System information (optional)
description: Please provide any relevant system information. This may include OS, browser, NPM version, Node.js version, etc.
description: Any additional relevant system information. This may include OS, browser, NPM version, Node.js version, etc.
placeholder: System information

0 comments on commit b0adfdb

Please sign in to comment.