|
1 | 1 | name: 🧩 Feature request |
2 | 2 | description: Suggest an idea or a feature for this library |
3 | | -labels: ['feature request'] |
| 3 | +labels: ["feature request"] |
4 | 4 |
|
5 | 5 | body: |
6 | | - - type: checkboxes |
7 | | - id: checklist |
8 | | - attributes: |
9 | | - label: Checklist |
10 | | - options: |
11 | | - - label: I have looked into the [Readme](https://github.com/auth0/node-auth0#readme), [Examples](https://github.com/auth0/node-auth0/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/node-auth0/blob/master/FAQ.md) and have not found a suitable solution or answer. |
12 | | - required: true |
13 | | - - label: I have looked into the [API documentation](https://auth0.github.io/node-auth0/) and have not found a suitable solution or answer. |
14 | | - required: true |
15 | | - - label: I have searched the [issues](https://github.com/auth0/node-auth0/issues) and have not found a suitable solution or answer. |
16 | | - required: true |
17 | | - - label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer. |
18 | | - required: true |
19 | | - - label: I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). |
20 | | - required: true |
| 6 | + - type: checkboxes |
| 7 | + id: checklist |
| 8 | + attributes: |
| 9 | + label: Checklist |
| 10 | + options: |
| 11 | + - label: I have looked into the [Readme](https://github.com/auth0/node-auth0#readme), [Examples](https://github.com/auth0/node-auth0/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/node-auth0/blob/master/FAQ.md) and have not found a suitable solution or answer. |
| 12 | + required: true |
| 13 | + - label: I have looked into the [API documentation](https://auth0.github.io/node-auth0/) and have not found a suitable solution or answer. |
| 14 | + required: true |
| 15 | + - label: I have searched the [issues](https://github.com/auth0/node-auth0/issues) and have not found a suitable solution or answer. |
| 16 | + required: true |
| 17 | + - label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer. |
| 18 | + required: true |
| 19 | + - label: I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). |
| 20 | + required: true |
21 | 21 |
|
22 | | - - type: textarea |
23 | | - id: description |
24 | | - attributes: |
25 | | - label: Describe the problem you'd like to have solved |
26 | | - description: A clear and concise description of what the problem is. |
27 | | - placeholder: I'm always frustrated when... |
28 | | - validations: |
29 | | - required: true |
| 22 | + - type: textarea |
| 23 | + id: description |
| 24 | + attributes: |
| 25 | + label: Describe the problem you'd like to have solved |
| 26 | + description: A clear and concise description of what the problem is. |
| 27 | + placeholder: I'm always frustrated when... |
| 28 | + validations: |
| 29 | + required: true |
30 | 30 |
|
31 | | - - type: textarea |
32 | | - id: ideal-solution |
33 | | - attributes: |
34 | | - label: Describe the ideal solution |
35 | | - description: A clear and concise description of what you want to happen. |
36 | | - validations: |
37 | | - required: true |
| 31 | + - type: textarea |
| 32 | + id: ideal-solution |
| 33 | + attributes: |
| 34 | + label: Describe the ideal solution |
| 35 | + description: A clear and concise description of what you want to happen. |
| 36 | + validations: |
| 37 | + required: true |
38 | 38 |
|
39 | | - - type: textarea |
40 | | - id: alternatives-and-workarounds |
41 | | - attributes: |
42 | | - label: Alternatives and current workarounds |
43 | | - description: A clear and concise description of any alternatives you've considered or any workarounds that are currently in place. |
44 | | - validations: |
45 | | - required: false |
| 39 | + - type: textarea |
| 40 | + id: alternatives-and-workarounds |
| 41 | + attributes: |
| 42 | + label: Alternatives and current workarounds |
| 43 | + description: A clear and concise description of any alternatives you've considered or any workarounds that are currently in place. |
| 44 | + validations: |
| 45 | + required: false |
46 | 46 |
|
47 | | - - type: textarea |
48 | | - id: additional-context |
49 | | - attributes: |
50 | | - label: Additional context |
51 | | - description: Add any other context or screenshots about the feature request here. |
52 | | - validations: |
53 | | - required: false |
| 47 | + - type: textarea |
| 48 | + id: additional-context |
| 49 | + attributes: |
| 50 | + label: Additional context |
| 51 | + description: Add any other context or screenshots about the feature request here. |
| 52 | + validations: |
| 53 | + required: false |
0 commit comments