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/feature-request---proposal.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,34 @@ assignees: ''
7
7
8
8
---
9
9
10
-
**Is your feature request related to a problem? Please describe.**
10
+
### Is your feature request related to a problem? Please describe.
11
+
11
12
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
13
13
-
**Describe the solution you'd like**
14
+
### Describe the solution you'd like
15
+
14
16
A clear and concise description of what you want to happen.
15
17
16
-
**Is this a breaking change**
18
+
### Is this a breaking change
19
+
17
20
A breaking change would require consumers or implementors of the API to modify their code for it to continue to function (ex: renaming of a required field or the change in data type of an existing field). A non-breaking change would allow existing code to continue to function (ex: addition of an optional field or the creation of a new optional endpoint).
18
21
19
22
*[ ] Yes, breaking
20
23
*[ ] No, not breaking
21
24
*[ ] I'm not sure
22
25
23
-
**`Provider` or `agency`**
26
+
### `Provider` or `agency`
27
+
24
28
For which API is this feature being requested:
29
+
25
30
*[ ]`provider`
26
31
*[ ]`agency`
27
32
*[ ] both
28
33
29
-
**Describe alternatives you've considered**
34
+
### Describe alternatives you've considered
35
+
30
36
A clear and concise description of any alternative solutions or features you've considered.
31
37
32
-
**Additional context**
38
+
### Additional context
39
+
33
40
Add any other context or screenshots about the feature request here.
0 commit comments