You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/01_openapi-typescript-bug.yml
+5-2
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,21 @@ labels:
6
6
- triage
7
7
body:
8
8
- type: input
9
+
id: version
9
10
attributes:
10
11
label: openapi-typescript version
11
12
placeholder: x.x.x
12
13
validations:
13
14
required: true
14
15
- type: input
16
+
id: node
15
17
attributes:
16
18
label: Node.js version
17
19
placeholder: 20.x.x
18
20
validations:
19
21
required: true
20
22
- type: input
23
+
id: os
21
24
attributes:
22
25
label: OS + version
23
26
placeholder: macOS 15.1.1
@@ -45,14 +48,14 @@ body:
45
48
required: true
46
49
- type: checkboxes
47
50
id: required
48
-
label: Required
49
51
attributes:
52
+
label: Required
50
53
options:
51
54
- label: My OpenAPI schema is valid and passes the [Redocly validator](https://redocly.com/docs/cli/commands/lint/) (`npx @redocly/cli@latest lint`)
52
55
required: true
53
56
- type: checkboxes
54
57
id: extra
55
-
label: Extra
56
58
attributes:
59
+
label: Extra
57
60
options:
58
61
- 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))
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/01_openapi-typescript-feat.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
name: "openapi-typescript: Feature request"
2
2
description: Propose new functionality or a breaking change
3
-
title: ""
4
3
labels:
5
4
- openapi-ts
6
5
- enhancement
@@ -21,7 +20,7 @@ body:
21
20
required: true
22
21
- type: checkboxes
23
22
id: extra
24
-
label: Extra
25
23
attributes:
24
+
label: Extra
26
25
options:
27
26
- 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))
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/02_openapi-fetch-bug.yml
+3-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ labels:
6
6
- triage
7
7
body:
8
8
- type: input
9
+
id: version
9
10
attributes:
10
-
label: Version
11
+
label: openapi-fetch version
11
12
placeholder: x.x.x
12
13
validations:
13
14
required: true
@@ -33,7 +34,7 @@ body:
33
34
required: true
34
35
- type: checkboxes
35
36
id: extra
36
-
label: Extra
37
37
attributes:
38
+
label: Extra
38
39
options:
39
40
- 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))
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/02_openapi-fetch-feat.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
name: "openapi-fetch: Feature request"
2
2
description: Propose new functionality or a breaking change
3
-
title: ""
4
3
labels:
5
4
- openapi-fetch
6
5
- enhancement
@@ -21,7 +20,7 @@ body:
21
20
required: true
22
21
- type: checkboxes
23
22
id: extra
24
-
label: Extra
25
23
attributes:
24
+
label: Extra
26
25
options:
27
26
- 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))
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/03_openapi-react-query-bug.yml
+4-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ labels:
6
6
- triage
7
7
body:
8
8
- type: input
9
+
id: version
9
10
attributes:
10
-
label: Version
11
+
label: openapi-react-query version
11
12
placeholder: x.x.x
12
13
validations:
13
14
required: true
@@ -26,14 +27,15 @@ body:
26
27
validations:
27
28
required: true
28
29
- type: textarea
30
+
id: expected
29
31
attributes:
30
32
label: Expected result
31
33
description: (In case it’s not obvious)
32
34
validations:
33
35
required: true
34
36
- type: checkboxes
35
37
id: extra
36
-
label: Extra
37
38
attributes:
39
+
label: Extra
38
40
options:
39
41
- 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))
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/03_openapi-react-query-feat.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
name: "openapi-react-query: Feature request"
2
2
description: Propose new functionality or a breaking change
3
-
title: ""
4
3
labels:
5
4
- openapi-react-query
6
5
- enhancement
@@ -21,7 +20,7 @@ body:
21
20
required: true
22
21
- type: checkboxes
23
22
id: extra
24
-
label: Extra
25
23
attributes:
24
+
label: Extra
26
25
options:
27
26
- 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))
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/04_swr-openapi-bug.yml
+4-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@ labels:
5
5
- bug
6
6
body:
7
7
- type: input
8
+
id: version
8
9
attributes:
9
-
label: Version
10
+
label: swr-openapi version
10
11
placeholder: x.x.x
11
12
validations:
12
13
required: true
@@ -25,14 +26,15 @@ body:
25
26
validations:
26
27
required: true
27
28
- type: textarea
29
+
id: expected
28
30
attributes:
29
31
label: Expected result
30
32
description: (In case it’s not obvious)
31
33
validations:
32
34
required: true
33
35
- type: checkboxes
34
36
id: extra
35
-
label: Extra
36
37
attributes:
38
+
label: Extra
37
39
options:
38
40
- 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))
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/04_swr-openapi-feat.yml
+1-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
name: "swr-openapi: Feature request"
2
2
description: Propose new functionality or a breaking change
3
-
title: ""
4
3
labels:
5
4
- swr-openapi
6
5
- enhancement
@@ -21,7 +20,7 @@ body:
21
20
required: true
22
21
- type: checkboxes
23
22
id: extra
24
-
label: Extra
25
23
attributes:
24
+
label: Extra
26
25
options:
27
26
- 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