...
1name: Feature Request
2description: Request a new feature for this SDK?
3labels: [ enhancement ]
4body:
5 - type: textarea
6 id: description
7 attributes:
8 label: Describe the feature request?
9 description: |
10 Please leave a helpful description of the feature request here.
11 validations:
12 required: true
13
14 - type: textarea
15 id: resources
16 attributes:
17 label: New or Affected Resource(s)
18 description: |
19 Please list the new or affected resources
20 validations:
21 required: true
22
23 - type: textarea
24 id: documentation
25 attributes:
26 label: Provide a documentation link
27 description: |
28 Please provide any links to the documentation that is at
29 https://developer.okta.com/. This will help us with this
30 feature request.
31
32 - type: textarea
33 id: additional
34 attributes:
35 label: Additional Information?
36
View as plain text