Skip to content

Commit 48395e1

Browse files
authored
Fix issue templates (#2081)
1 parent 5935cd2 commit 48395e1

9 files changed

+44
-52
lines changed

.github/ISSUE_TEMPLATE/bug-openapi-typescript.md renamed to .github/ISSUE_TEMPLATE/01_openapi-typescript-bug.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
name: "Bug report: openapi-typescript"
3-
about: For the openapi-typescript library
4-
title: ""
5-
labels: openapi-ts, bug
6-
assignees: ""
1+
name: "openapi-typescript: Bug report"
2+
about: Report a bug or unexpected behavior
3+
labels:
4+
- openapi-ts
5+
- bug
6+
- triage
77
body:
88
- type: input
99
attributes:
@@ -50,4 +50,3 @@ body:
5050
- label: My OpenAPI schema is valid and passes the [Redocly validator](https://redocly.com/docs/cli/commands/lint/) (`npx @redocly/cli@latest lint`)
5151
required: true
5252
- 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))
53-
---

.github/ISSUE_TEMPLATE/feature-openapi-typescript.md renamed to .github/ISSUE_TEMPLATE/01_openapi-typescript-feat.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
name: "Feature request: openapi-typescript"
3-
about: For the openapi-typescript library
1+
name: "openapi-typescript: Feature request"
2+
about: Propose new functionality or a breaking change
43
title: ""
5-
labels: openapi-ts, enhancement, help wanted
6-
assignees: ""
4+
labels:
5+
- openapi-ts
6+
- enhancement
77
body:
88
- type: textarea
99
id: description
@@ -24,4 +24,3 @@ body:
2424
attributes:
2525
options:
2626
- 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))
27-
---

.github/ISSUE_TEMPLATE/bug-openapi-fetch.md renamed to .github/ISSUE_TEMPLATE/02_openapi-fetch-bug.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
name: "Bug report: openapi-fetch"
3-
about: For the openapi-fetch library
4-
title: ""
5-
labels: openapi-fetch, bug
6-
assignees: ""
1+
name: "openapi-fetch: Bug report"
2+
about: Report a bug or unexpected behavior
3+
labels:
4+
- openapi-fetch
5+
- bug
6+
- triage
77
body:
88
- type: input
99
attributes:
@@ -36,4 +36,3 @@ body:
3636
attributes:
3737
options:
3838
- 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))
39-
---

.github/ISSUE_TEMPLATE/feature-openapi-fetch.md renamed to .github/ISSUE_TEMPLATE/02_openapi-fetch-feat.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
name: "Feature request: openapi-fetch"
3-
about: For the openapi-fetch library
1+
name: "openapi-fetch: Feature request"
2+
about: Propose new functionality or a breaking change
43
title: ""
5-
labels: openapi-fetch, enhancement, help wanted
6-
assignees: ""
4+
labels:
5+
- openapi-fetch
6+
- enhancement
77
body:
88
- type: textarea
99
id: description
@@ -24,4 +24,3 @@ body:
2424
attributes:
2525
options:
2626
- 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))
27-
---

.github/ISSUE_TEMPLATE/bug-openapi-react-query.md renamed to .github/ISSUE_TEMPLATE/03_openapi-react-query-bug.yml

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
name: "Bug report: openapi-react-query"
3-
about: For the openapi-react-query library
4-
title: ""
5-
labels: openapi-react-query, bug
6-
assignees: ""
1+
name: "openapi-react-query: Bug report"
2+
about: Report a bug or unexpected behavior
3+
labels:
4+
- openapi-react-query
5+
- bug
6+
- triage
77
body:
88
- type: input
99
attributes:
@@ -36,4 +36,3 @@ body:
3636
attributes:
3737
options:
3838
- 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))
39-
---

.github/ISSUE_TEMPLATE/feature-openapi-react-query.md renamed to .github/ISSUE_TEMPLATE/03_openapi-react-query-feat.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
name: "Feature request: openapi-react-query"
3-
about: For the openapi-react-query library
1+
name: "openapi-react-query: Feature request"
2+
about: Propose new functionality or a breaking change
43
title: ""
5-
labels: openapi-react-query, enhancement, help wanted
6-
assignees: ""
4+
labels:
5+
- openapi-react-query
6+
- enhancement
77
body:
88
- type: textarea
99
id: description
@@ -24,4 +24,3 @@ body:
2424
attributes:
2525
options:
2626
- 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))
27-
---

.github/ISSUE_TEMPLATE/bug-swr-openapi.md renamed to .github/ISSUE_TEMPLATE/04_swr-openapi-bug.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
---
2-
name: "Bug report: swr-openapi"
3-
about: For the swr-openapi library
4-
title: ""
5-
labels: swr-openapi, bug
6-
assignees: ""
1+
name: "swr-openapi: Bug report"
2+
about: Report a bug or unexpected behavior
3+
labels:
4+
- swr-openapi
5+
- bug
76
body:
87
- type: input
98
attributes:
@@ -36,4 +35,3 @@ body:
3635
attributes:
3736
options:
3837
- 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))
39-
---

.github/ISSUE_TEMPLATE/feature-swr-openapi.md renamed to .github/ISSUE_TEMPLATE/04_swr-openapi-feat.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
2-
name: "Feature request: swr-openapi"
3-
about: For the swr-openapi library
1+
name: "swr-openapi: Feature request"
2+
about: Propose new functionality or a breaking change
43
title: ""
5-
labels: swr-openapi, enhancement, help wanted
6-
assignees: ""
4+
labels:
5+
- swr-openapi
6+
- enhancement
77
body:
88
- type: textarea
99
id: description
@@ -24,4 +24,3 @@ body:
2424
attributes:
2525
options:
2626
- 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))
27-
---

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)