GitHub Raw JSON API

openapi-ts / openapi-typescript

8,112 TypeScript

Generate TypeScript types from OpenAPI 3 specs

openapi-typescript Specification

Located in .github/ISSUE_TEMPLATE/01_openapi-typescript-bug.yml on branch HEAD

Unknown YAML 1.7 KB
Raw YAML Specification
name: "openapi-typescript: Bug report"
description: Report a bug or unexpected behavior
labels:
  - openapi-ts
  - bug
  - triage
body:
  - type: input
    id: version
    attributes:
      label: openapi-typescript version
      placeholder: x.x.x
    validations:
      required: true
  - type: input
    id: node
    attributes:
      label: Node.js version
      placeholder: 20.x.x
    validations:
      required: true
  - type: input
    id: os
    attributes:
      label: OS + version
      placeholder: macOS 15.1.1
    validations:
      required: true
  - type: textarea
    id: description
    attributes:
      label: Description
      description: A brief description of the bug. Provide either a screenshot or the full error message!
    validations:
      required: true
  - type: textarea
    id: repro
    attributes:
      label: Reproduction
      description: How can this be reproduced / when did the error occur? Does the issue occur in a specific browser, or all browsers? Bonus points for a GitHub repository link.
    validations:
      required: true
  - type: textarea
    attributes:
      label: Expected result
      description: (In case it’s not obvious)
    validations:
      required: true
  - type: checkboxes
    id: required
    attributes:
      label: Required
      options:
        - label: My OpenAPI schema is valid and passes the [Redocly validator](https://redocly.com/docs/cli/commands/lint/) (`npx @redocly/cli@latest lint`)
          required: true
  - type: checkboxes
    id: extra
    attributes:
      label: Extra
      options:
        - label: I’m willing to open a PR (see [CONTRIBUTING.md](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CONTRIBUTING.md))