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
- Default Mobile Browser + version [e.g. chrome, safari plus a version]
33
+
- FusionAuth version [e.g. 1.48.3]
34
+
35
+
### Community guidelines
36
+
All issues filed in this repository must abide by the [FusionAuth community guidelines](https://fusionauth.io/community/forum/topic/1000/code-of-conduct).
description: Create a bug report to help us improve FusionAuth
2
+
description: Create a bug report to help us improve this SDK
3
3
title: "[Bug]: "
4
4
5
5
body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Thanks for taking the time to fill out this bug report. We really appreciate it!
9
+
Thanks for taking the time to report a bug. This information helps us identify and fix issues faster!
10
+
10
11
- type: textarea
11
12
id: description
12
13
attributes:
13
-
label: What happened?
14
-
description: What happened, and what did you expect to happen?
15
-
placeholder: "Example: I clicked a button and it exploded."
14
+
label: Description
15
+
description: A clear and concise description of the bug.
16
+
placeholder: "Example: When I try to..."
17
+
validations:
18
+
required: true
19
+
20
+
- type: textarea
21
+
id: affects-versions
22
+
attributes:
23
+
label: Affects versions
24
+
description: List the version you are running, and any other versions you have attempted.
25
+
placeholder: "Example: SDK version 1.2.3, also tried with 1.2.2"
26
+
validations:
27
+
required: true
28
+
29
+
- type: textarea
30
+
id: steps-to-reproduce
31
+
attributes:
32
+
label: Steps to reproduce
33
+
description: Steps to reproduce the behavior.
34
+
placeholder: |
35
+
1. Go to '...'
36
+
2. Click on '....'
37
+
3. Scroll down to '....'
38
+
4. See error
39
+
validations:
40
+
required: true
41
+
42
+
- type: textarea
43
+
id: expected-behavior
44
+
attributes:
45
+
label: Expected behavior
46
+
description: A clear and concise description of what you expected to happen.
16
47
validations:
17
48
required: true
18
-
- type: input
19
-
id: version
49
+
50
+
- type: textarea
51
+
id: screenshots
52
+
attributes:
53
+
label: Screenshots
54
+
description: If applicable, add screenshots to help explain your problem.
55
+
validations:
56
+
required: false
57
+
58
+
- type: textarea
59
+
id: platform
20
60
attributes:
21
-
label: Version
22
-
description: What version of FusionAuth are you using?
23
-
placeholder: "Example: 1.42.0"
61
+
label: Platform
62
+
description: Please provide information about your environment.
63
+
placeholder: |
64
+
- Device: [e.g. iPhone 14, iPhone 15 Pro, etc]
65
+
- OS: [e.g. iOS, macOS, watchOS, etc]
66
+
- Default Mobile Browser + version [e.g. chrome, safari plus a version]
67
+
- FusionAuth version [e.g. 1.48.3]
24
68
validations:
25
69
required: true
26
-
- type: input
27
-
id: affects_versions
70
+
71
+
- type: textarea
72
+
id: additional-context
28
73
attributes:
29
-
label: Affects Versions
30
-
description: What versions of FusionAuth will be affected by this bug? If you do not know, just leave this blank and a FusionAuth engineer will figure it out.
31
-
placeholder: "Example: >= 1.42.0, or 1.42.0 - 1.44.1"
74
+
label: Additional context
75
+
description: Add any other context about the problem here.
32
76
validations:
33
77
required: false
78
+
34
79
- type: markdown
35
80
attributes:
36
81
value: |
37
82
#### Community guidelines
38
-
All issues filed in this repository must abide by the [FusionAuth community guidelines](https://fusionauth.io/community/forum/topic/1000/code-of-conduct).
83
+
All issues filed in this repository must abide by the [FusionAuth community guidelines](https://fusionauth.io/community/forum/topic/1000/code-of-conduct).
84
+
85
+
- type: markdown
86
+
attributes:
87
+
value: |
88
+
#### How to vote
89
+
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11
+
12
+
### Solution
13
+
A clear and concise description of what you want to happen.
14
+
15
+
### Alternatives/workarounds
16
+
A clear and concise description of any alternative solutions or workarounds you've considered.
17
+
18
+
### Additional context
19
+
Add any other context or screenshots about the feature request here.
20
+
21
+
### Community guidelines
22
+
All issues filed in this repository must abide by the [FusionAuth community guidelines](https://fusionauth.io/community/forum/topic/1000/code-of-conduct).
23
+
24
+
### How to vote
25
+
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
description: A clear and concise description of what you want to happen.
25
+
placeholder: "Example: It would be great if..."
26
+
validations:
27
+
required: true
28
+
29
+
- type: textarea
30
+
id: alternatives
31
+
attributes:
32
+
label: Alternatives/workarounds
33
+
description: A clear and concise description of any alternative solutions or workarounds you've considered.
34
+
placeholder: "Example: Currently I have to..."
35
+
validations:
36
+
required: false
37
+
38
+
- type: textarea
39
+
id: additional-context
40
+
attributes:
41
+
label: Additional context
42
+
description: Add any other context or screenshots about the feature request here.
43
+
validations:
44
+
required: false
45
+
46
+
- type: markdown
47
+
attributes:
48
+
value: |
49
+
#### Community guidelines
50
+
All issues filed in this repository must abide by the [FusionAuth community guidelines](https://fusionauth.io/community/forum/topic/1000/code-of-conduct).
51
+
52
+
- type: markdown
53
+
attributes:
54
+
value: |
55
+
#### How to vote
56
+
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
about: Use this for a general comment or issue you've encountered
4
+
5
+
---
6
+
7
+
## (Put issue title here)
8
+
9
+
### Description
10
+
Provide a description of the problem you have or just leave us a general comment here.
11
+
12
+
Is this a question about how to use FusionAuth? Please consider posting on the [FusionAuth forum](https://fusionauth.io/community/forum/) instead.
13
+
14
+
### Community guidelines
15
+
All issues filed in this repository must abide by the [FusionAuth community guidelines](https://fusionauth.io/community/forum/topic/1000/code-of-conduct).
description: Use this for a general comment or issue you've encountered
3
+
title: "[General]: "
4
+
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Thanks for taking the time to share your issue or comment with us!
10
+
11
+
- type: textarea
12
+
id: description
13
+
attributes:
14
+
label: Description
15
+
description: Provide a description of the problem you have or leave us a general comment here.
16
+
placeholder: "Example: I noticed that..."
17
+
validations:
18
+
required: true
19
+
20
+
- type: markdown
21
+
attributes:
22
+
value: |
23
+
Is this a question about how to use FusionAuth? Please consider posting on the [FusionAuth forum](https://fusionauth.io/community/forum/) instead.
24
+
25
+
- type: textarea
26
+
id: additional-context
27
+
attributes:
28
+
label: Additional context
29
+
description: Add any other context, screenshots, or information that might be helpful.
30
+
validations:
31
+
required: false
32
+
33
+
- type: markdown
34
+
attributes:
35
+
value: |
36
+
#### Community guidelines
37
+
All issues filed in this repository must abide by the [FusionAuth community guidelines](https://fusionauth.io/community/forum/topic/1000/code-of-conduct).
38
+
39
+
- type: markdown
40
+
attributes:
41
+
value: |
42
+
#### How to vote
43
+
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
0 commit comments