Skip to content

ci: Fix issue templates #2088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/01_openapi-typescript-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,21 @@ labels:
- 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
Expand Down Expand Up @@ -45,14 +48,14 @@ body:
required: true
- type: checkboxes
id: required
label: 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
label: 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))
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/01_openapi-typescript-feat.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "openapi-typescript: Feature request"
description: Propose new functionality or a breaking change
title: ""
labels:
- openapi-ts
- enhancement
Expand All @@ -21,7 +20,7 @@ body:
required: true
- type: checkboxes
id: extra
label: 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))
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/02_openapi-fetch-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ labels:
- triage
body:
- type: input
id: version
attributes:
label: Version
label: openapi-fetch version
placeholder: x.x.x
validations:
required: true
Expand All @@ -33,7 +34,7 @@ body:
required: true
- type: checkboxes
id: extra
label: 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-fetch/CONTRIBUTING.md))
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/02_openapi-fetch-feat.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "openapi-fetch: Feature request"
description: Propose new functionality or a breaking change
title: ""
labels:
- openapi-fetch
- enhancement
Expand All @@ -21,7 +20,7 @@ body:
required: true
- type: checkboxes
id: extra
label: 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-fetch/CONTRIBUTING.md))
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/03_openapi-react-query-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ labels:
- triage
body:
- type: input
id: version
attributes:
label: Version
label: openapi-react-query version
placeholder: x.x.x
validations:
required: true
Expand All @@ -26,14 +27,15 @@ body:
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected result
description: (In case it’s not obvious)
validations:
required: true
- type: checkboxes
id: extra
label: 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-react-query/CONTRIBUTING.md))
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/03_openapi-react-query-feat.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "openapi-react-query: Feature request"
description: Propose new functionality or a breaking change
title: ""
labels:
- openapi-react-query
- enhancement
Expand All @@ -21,7 +20,7 @@ body:
required: true
- type: checkboxes
id: extra
label: 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-react-query/CONTRIBUTING.md))
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/04_swr-openapi-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ labels:
- bug
body:
- type: input
id: version
attributes:
label: Version
label: swr-openapi version
placeholder: x.x.x
validations:
required: true
Expand All @@ -25,14 +26,15 @@ body:
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected result
description: (In case it’s not obvious)
validations:
required: true
- type: checkboxes
id: extra
label: 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/swr-openapi/CONTRIBUTING.md))
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/04_swr-openapi-feat.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: "swr-openapi: Feature request"
description: Propose new functionality or a breaking change
title: ""
labels:
- swr-openapi
- enhancement
Expand All @@ -21,7 +20,7 @@ body:
required: true
- type: checkboxes
id: extra
label: 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/swr-openapi/CONTRIBUTING.md))
Loading