Skip to content

Commit 051f765

Browse files
authored
Update issue forms (#182)
1 parent d974c05 commit 051f765

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

.github/ISSUE_TEMPLATE/Bug Report.yml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ body:
1313
attributes:
1414
label: Checklist
1515
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.
1717
required: true
1818
- label: I have searched the [issues](https://github.com/auth0/SimpleKeychain/issues) and have not found a suitable solution or answer.
1919
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.
2121
required: true
2222
- 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).
2323
required: true
@@ -42,6 +42,14 @@ body:
4242
validations:
4343
required: true
4444

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.
50+
validations:
51+
required: false
52+
4553
- type: input
4654
id: environment-version
4755
attributes:
@@ -78,10 +86,15 @@ body:
7886
validations:
7987
required: true
8088

81-
- type: input
89+
- type: dropdown
8290
id: environment-package-manager
8391
attributes:
8492
label: Package manager
85-
placeholder: SPM, Cocoapods, Carthage, etc.
93+
multiple: false
94+
options:
95+
- Swift Package Manager
96+
- Cocoapods
97+
- Carthage
98+
- None
8699
validations:
87100
required: true

.github/ISSUE_TEMPLATE/Feature Request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ body:
88
attributes:
99
label: Checklist
1010
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.
1212
required: true
1313
- label: I have searched the [issues](https://github.com/auth0/SimpleKeychain/issues) and have not found a suitable solution or answer.
1414
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.
1616
required: true
1717
- 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).
1818
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: 🤔 Help & Questions
4-
url: https://community.auth0.com/tags/c/sdks/5/ios
4+
url: https://community.auth0.com
55
about: Ask general support or usage questions in the Auth0 Community forums
66
- name: 🚀 Usage
77
url: https://github.com/auth0/SimpleKeychain#usage

0 commit comments

Comments
 (0)