Skip to content

Commit 78c8593

Browse files
authored
Fix issue templates (#2082)
1 parent 742d11a commit 78c8593

8 files changed

+29
-16
lines changed

.github/ISSUE_TEMPLATE/01_openapi-typescript-bug.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "openapi-typescript: Bug report"
2-
about: Report a bug or unexpected behavior
2+
description: Report a bug or unexpected behavior
33
labels:
44
- openapi-ts
55
- bug
@@ -44,9 +44,15 @@ body:
4444
validations:
4545
required: true
4646
- type: checkboxes
47-
id: checklist
47+
id: required
48+
label: Required
4849
attributes:
4950
options:
5051
- label: My OpenAPI schema is valid and passes the [Redocly validator](https://redocly.com/docs/cli/commands/lint/) (`npx @redocly/cli@latest lint`)
5152
required: true
53+
- type: checkboxes
54+
id: extra
55+
label: Extra
56+
attributes:
57+
options:
5258
- 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))

.github/ISSUE_TEMPLATE/01_openapi-typescript-feat.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "openapi-typescript: Feature request"
2-
about: Propose new functionality or a breaking change
2+
description: Propose new functionality or a breaking change
33
title: ""
44
labels:
55
- openapi-ts
@@ -20,7 +20,8 @@ body:
2020
validations:
2121
required: true
2222
- type: checkboxes
23-
id: checklist
23+
id: extra
24+
label: Extra
2425
attributes:
2526
options:
2627
- 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))

.github/ISSUE_TEMPLATE/02_openapi-fetch-bug.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "openapi-fetch: Bug report"
2-
about: Report a bug or unexpected behavior
2+
description: Report a bug or unexpected behavior
33
labels:
44
- openapi-fetch
55
- bug
@@ -32,7 +32,8 @@ body:
3232
validations:
3333
required: true
3434
- type: checkboxes
35-
id: checklist
35+
id: extra
36+
label: Extra
3637
attributes:
3738
options:
3839
- 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))

.github/ISSUE_TEMPLATE/02_openapi-fetch-feat.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "openapi-fetch: Feature request"
2-
about: Propose new functionality or a breaking change
2+
description: Propose new functionality or a breaking change
33
title: ""
44
labels:
55
- openapi-fetch
@@ -20,7 +20,8 @@ body:
2020
validations:
2121
required: true
2222
- type: checkboxes
23-
id: checklist
23+
id: extra
24+
label: Extra
2425
attributes:
2526
options:
2627
- 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))

.github/ISSUE_TEMPLATE/03_openapi-react-query-bug.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "openapi-react-query: Bug report"
2-
about: Report a bug or unexpected behavior
2+
description: Report a bug or unexpected behavior
33
labels:
44
- openapi-react-query
55
- bug
@@ -32,7 +32,8 @@ body:
3232
validations:
3333
required: true
3434
- type: checkboxes
35-
id: checklist
35+
id: extra
36+
label: Extra
3637
attributes:
3738
options:
3839
- 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))

.github/ISSUE_TEMPLATE/03_openapi-react-query-feat.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "openapi-react-query: Feature request"
2-
about: Propose new functionality or a breaking change
2+
description: Propose new functionality or a breaking change
33
title: ""
44
labels:
55
- openapi-react-query
@@ -20,7 +20,8 @@ body:
2020
validations:
2121
required: true
2222
- type: checkboxes
23-
id: checklist
23+
id: extra
24+
label: Extra
2425
attributes:
2526
options:
2627
- 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))

.github/ISSUE_TEMPLATE/04_swr-openapi-bug.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "swr-openapi: Bug report"
2-
about: Report a bug or unexpected behavior
2+
description: Report a bug or unexpected behavior
33
labels:
44
- swr-openapi
55
- bug
@@ -31,7 +31,8 @@ body:
3131
validations:
3232
required: true
3333
- type: checkboxes
34-
id: checklist
34+
id: extra
35+
label: Extra
3536
attributes:
3637
options:
3738
- 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))

.github/ISSUE_TEMPLATE/04_swr-openapi-feat.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "swr-openapi: Feature request"
2-
about: Propose new functionality or a breaking change
2+
description: Propose new functionality or a breaking change
33
title: ""
44
labels:
55
- swr-openapi
@@ -20,7 +20,8 @@ body:
2020
validations:
2121
required: true
2222
- type: checkboxes
23-
id: checklist
23+
id: extra
24+
label: Extra
2425
attributes:
2526
options:
2627
- 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 commit comments

Comments
 (0)