Skip to content

Commit 45f1f52

Browse files
authored
Enhance bug report template with auth/connection options (#8752)
1 parent a46b6ce commit 45f1f52

1 file changed

Lines changed: 32 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,32 @@ body:
8484
validations:
8585
required: true
8686

87+
- type: input
88+
id: resource-type
89+
attributes:
90+
label: Resource Types
91+
description: "List the resources types you're trying to access"
92+
placeholder: "Blobs, ALDS Gen2 Blobs, SMB File Shares, NFS File Shares, Managed Disks, Queues, Tables, etc."
93+
94+
- type: dropdown
95+
id: authentication
96+
attributes:
97+
label: Authentication Method
98+
description: How are you authenticating with storage services?
99+
options:
100+
- Sign in
101+
- Account name and key
102+
- Shared access signature (SAS)
103+
104+
- type: dropdown
105+
id: connection
106+
attributes:
107+
label: Connection Type
108+
description: How are you connecting to storage resources?
109+
options:
110+
- Sign in (subscription)
111+
- Attachment
112+
87113
- type: textarea
88114
id: repro
89115
attributes:
@@ -113,11 +139,15 @@ body:
113139
placeholder: |
114140
What should happen when I follow the steps to reproduce?
115141
142+
- type: markdown
143+
attributes:
144+
value: ---
145+
116146
- type: textarea
117147
id: context
118148
attributes:
119149
label: Additional Context
120-
description: Add any other details, such as error messages, unusual system configurations, network restrictions, etc.
150+
description: Add any other details, such as application logs, error messages, system or proxy configurations, etc.
121151
placeholder: |
122-
Error messages, proxy configurations, system permissions, etc.
152+
Application logs, error messages, system or proxy configurations, etc.
123153

0 commit comments

Comments
 (0)