Skip to content

Fix issue templates #2081

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
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: "Bug report: openapi-typescript"
about: For the openapi-typescript library
title: ""
labels: openapi-ts, bug
assignees: ""
name: "openapi-typescript: Bug report"
about: Report a bug or unexpected behavior
labels:
- openapi-ts
- bug
- triage
body:
- type: input
attributes:
Expand Down Expand Up @@ -50,4 +50,3 @@ body:
- 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
- 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))
---
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: "Feature request: openapi-typescript"
about: For the openapi-typescript library
name: "openapi-typescript: Feature request"
about: Propose new functionality or a breaking change
title: ""
labels: openapi-ts, enhancement, help wanted
assignees: ""
labels:
- openapi-ts
- enhancement
body:
- type: textarea
id: description
Expand All @@ -24,4 +24,3 @@ body:
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))
---
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: "Bug report: openapi-fetch"
about: For the openapi-fetch library
title: ""
labels: openapi-fetch, bug
assignees: ""
name: "openapi-fetch: Bug report"
about: Report a bug or unexpected behavior
labels:
- openapi-fetch
- bug
- triage
body:
- type: input
attributes:
Expand Down Expand Up @@ -36,4 +36,3 @@ body:
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))
---
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: "Feature request: openapi-fetch"
about: For the openapi-fetch library
name: "openapi-fetch: Feature request"
about: Propose new functionality or a breaking change
title: ""
labels: openapi-fetch, enhancement, help wanted
assignees: ""
labels:
- openapi-fetch
- enhancement
body:
- type: textarea
id: description
Expand All @@ -24,4 +24,3 @@ body:
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))
---
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: "Bug report: openapi-react-query"
about: For the openapi-react-query library
title: ""
labels: openapi-react-query, bug
assignees: ""
name: "openapi-react-query: Bug report"
about: Report a bug or unexpected behavior
labels:
- openapi-react-query
- bug
- triage
body:
- type: input
attributes:
Expand Down Expand Up @@ -36,4 +36,3 @@ body:
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))
---
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: "Feature request: openapi-react-query"
about: For the openapi-react-query library
name: "openapi-react-query: Feature request"
about: Propose new functionality or a breaking change
title: ""
labels: openapi-react-query, enhancement, help wanted
assignees: ""
labels:
- openapi-react-query
- enhancement
body:
- type: textarea
id: description
Expand All @@ -24,4 +24,3 @@ body:
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))
---
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
name: "Bug report: swr-openapi"
about: For the swr-openapi library
title: ""
labels: swr-openapi, bug
assignees: ""
name: "swr-openapi: Bug report"
about: Report a bug or unexpected behavior
labels:
- swr-openapi
- bug
body:
- type: input
attributes:
Expand Down Expand Up @@ -36,4 +35,3 @@ body:
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))
---
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: "Feature request: swr-openapi"
about: For the swr-openapi library
name: "swr-openapi: Feature request"
about: Propose new functionality or a breaking change
title: ""
labels: swr-openapi, enhancement, help wanted
assignees: ""
labels:
- swr-openapi
- enhancement
body:
- type: textarea
id: description
Expand All @@ -24,4 +24,3 @@ body:
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))
---
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
Loading