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/Bug Report.yml
+17-4Lines changed: 17 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ body:
13
13
attributes:
14
14
label: Checklist
15
15
options:
16
-
- label: I have looked into the [README](https://github.com/auth0/SimpleKeychain#readme) and the [Examples](https://github.com/auth0/SimpleKeychain/blob/master/EXAMPLES.md) and have not found a suitable solution or answer.
16
+
- label: I have looked into the [Readme](https://github.com/auth0/SimpleKeychain#readme) and the [Examples](https://github.com/auth0/SimpleKeychain/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
17
17
required: true
18
18
- label: I have searched the [issues](https://github.com/auth0/SimpleKeychain/issues) and have not found a suitable solution or answer.
19
19
required: true
20
-
- label: I have searched the [Auth0 Community](https://community.auth0.com/tags/c/sdks/5/ios) forums and have not found a suitable solution or answer.
20
+
- label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer.
21
21
required: true
22
22
- 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).
23
23
required: true
@@ -42,6 +42,14 @@ body:
42
42
validations:
43
43
required: true
44
44
45
+
- type: textarea
46
+
id: additional-context
47
+
attributes:
48
+
label: Additional context
49
+
description: Other libraries that might be involved, or any other relevant information you think would be useful.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Feature Request.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ body:
8
8
attributes:
9
9
label: Checklist
10
10
options:
11
-
- label: I have looked into the [README](https://github.com/auth0/SimpleKeychain#readme) and the [Examples](https://github.com/auth0/SimpleKeychain/blob/master/EXAMPLES.md) and have not found a suitable solution or answer.
11
+
- label: I have looked into the [Readme](https://github.com/auth0/SimpleKeychain#readme) and the [Examples](https://github.com/auth0/SimpleKeychain/blob/master/EXAMPLES.md), and have not found a suitable solution or answer.
12
12
required: true
13
13
- label: I have searched the [issues](https://github.com/auth0/SimpleKeychain/issues) and have not found a suitable solution or answer.
14
14
required: true
15
-
- label: I have searched the [Auth0 Community](https://community.auth0.com/tags/c/sdks/5/ios) forums and have not found a suitable solution or answer.
15
+
- label: I have searched the [Auth0 Community](https://community.auth0.com) forums and have not found a suitable solution or answer.
16
16
required: true
17
17
- 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).
0 commit comments