Skip to content

Commit

Permalink
Fix issue templates (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow authored Jan 3, 2025
1 parent 742d11a commit 78c8593
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 16 deletions.
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE/01_openapi-typescript-bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "openapi-typescript: Bug report"
about: Report a bug or unexpected behavior
description: Report a bug or unexpected behavior
labels:
- openapi-ts
- bug
Expand Down Expand Up @@ -44,9 +44,15 @@ body:
validations:
required: true
- type: checkboxes
id: checklist
id: required
label: Required
attributes:
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:
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/01_openapi-typescript-feat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "openapi-typescript: Feature request"
about: Propose new functionality or a breaking change
description: Propose new functionality or a breaking change
title: ""
labels:
- openapi-ts
Expand All @@ -20,7 +20,8 @@ body:
validations:
required: true
- type: checkboxes
id: checklist
id: extra
label: Extra
attributes:
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
@@ -1,5 +1,5 @@
name: "openapi-fetch: Bug report"
about: Report a bug or unexpected behavior
description: Report a bug or unexpected behavior
labels:
- openapi-fetch
- bug
Expand Down Expand Up @@ -32,7 +32,8 @@ body:
validations:
required: true
- type: checkboxes
id: checklist
id: extra
label: Extra
attributes:
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))
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/02_openapi-fetch-feat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "openapi-fetch: Feature request"
about: Propose new functionality or a breaking change
description: Propose new functionality or a breaking change
title: ""
labels:
- openapi-fetch
Expand All @@ -20,7 +20,8 @@ body:
validations:
required: true
- type: checkboxes
id: checklist
id: extra
label: Extra
attributes:
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))
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/03_openapi-react-query-bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "openapi-react-query: Bug report"
about: Report a bug or unexpected behavior
description: Report a bug or unexpected behavior
labels:
- openapi-react-query
- bug
Expand Down Expand Up @@ -32,7 +32,8 @@ body:
validations:
required: true
- type: checkboxes
id: checklist
id: extra
label: Extra
attributes:
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))
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/03_openapi-react-query-feat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "openapi-react-query: Feature request"
about: Propose new functionality or a breaking change
description: Propose new functionality or a breaking change
title: ""
labels:
- openapi-react-query
Expand All @@ -20,7 +20,8 @@ body:
validations:
required: true
- type: checkboxes
id: checklist
id: extra
label: Extra
attributes:
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))
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/04_swr-openapi-bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "swr-openapi: Bug report"
about: Report a bug or unexpected behavior
description: Report a bug or unexpected behavior
labels:
- swr-openapi
- bug
Expand Down Expand Up @@ -31,7 +31,8 @@ body:
validations:
required: true
- type: checkboxes
id: checklist
id: extra
label: Extra
attributes:
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))
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/04_swr-openapi-feat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "swr-openapi: Feature request"
about: Propose new functionality or a breaking change
description: Propose new functionality or a breaking change
title: ""
labels:
- swr-openapi
Expand All @@ -20,7 +20,8 @@ body:
validations:
required: true
- type: checkboxes
id: checklist
id: extra
label: Extra
attributes:
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))

0 comments on commit 78c8593

Please sign in to comment.