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
Thanks for suggesting an improvement. api-core stays small on purpose, so feature requests should explain which wrapper packages or direct users benefit.
11
+
- type: textarea
12
+
id: problem
13
+
attributes:
14
+
label: Problem
15
+
description: What problem should this solve?
16
+
placeholder: Describe the wrapper or runtime need.
17
+
validations:
18
+
required: true
19
+
- type: textarea
20
+
id: proposal
21
+
attributes:
22
+
label: Proposed solution
23
+
description: What API, docs, plugin, or behavior would you add or change?
24
+
validations:
25
+
required: true
26
+
- type: textarea
27
+
id: alternatives
28
+
attributes:
29
+
label: Alternatives considered
30
+
description: What can users do today, and why is it not enough?
31
+
- type: dropdown
32
+
id: area
33
+
attributes:
34
+
label: Area
35
+
options:
36
+
- Runtime client
37
+
- Plugin lifecycle
38
+
- Built-in plugin
39
+
- Transport or custom fetch
40
+
- GraphQL
41
+
- Errors and type guards
42
+
- Documentation
43
+
- Build or package output
44
+
- Other
45
+
validations:
46
+
required: true
47
+
- type: textarea
48
+
id: api
49
+
attributes:
50
+
label: API sketch
51
+
description: If this changes public API, show the TypeScript shape or example usage.
52
+
render: ts
53
+
- type: textarea
54
+
id: users
55
+
attributes:
56
+
label: Who benefits?
57
+
description: Which Api-Wrappers packages, wrapper authors, or direct users would use this?
58
+
validations:
59
+
required: true
60
+
- type: checkboxes
61
+
id: checks
62
+
attributes:
63
+
label: Checklist
64
+
options:
65
+
- label: I checked for an existing feature request.
66
+
required: true
67
+
- label: I explained why this belongs in api-core instead of a provider-specific wrapper.
68
+
required: true
69
+
- label: I considered documentation and test coverage for the change.
0 commit comments