Skip to content

Commit f7e94ef

Browse files
update issue template: bug report
1 parent b8cf9f0 commit f7e94ef

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: zz ❌❌ DO NOT USE (WIP)
1+
name: Bug / error report
22
description: Submit a bug or error report.
33
labels: ['Needs: Triage', 'type:bug-suspected']
44

@@ -14,10 +14,7 @@ body:
1414
- Remember to include sufficient details and context.
1515
- If you have multiple questions, suggestions, or bugs, please submit them in separate issues.
1616
17-
- type: markdown
18-
attributes:
19-
value: |
20-
Please provide the following details about your environment. *If this section is ignored, your submission will be flagged as **incomplete** & automatically closed.*
17+
Please provide the following details about your environment. 🚨 *If this section is ignored, your submission will be flagged as **incomplete** & automatically closed.*
2118
2219
- type: dropdown
2320
id: target_environment
@@ -31,25 +28,35 @@ body:
3128
validations:
3229
required: true
3330

34-
- type: checkboxes
31+
- type: dropdown
3532
attributes:
36-
label: Tooling / frameworks / Microsoft libraries
33+
label: What development environment, framework, SDK or API is this about?
3734
description: |
3835
What tooling, frameworks, SDKs, or official libraries is this related to? Please include the version details in the *"Additional environment details"* field below.
3936
4037
**This form is only for officially supported Microsoft products**.
4138
4239
*If your question is about a third-party or another library/SDK/tooling that is not officially supported by Microsoft, please submit your issue to that project's relevant forum.*
4340
44-
**NOTE**:💥 *If you select an item with this icon, you must include the version number of the selection in the **Additional environment details** section below.*
41+
**NOTE**:💥 If you select SharePoint Framework, you must include the following version numbers in the **Additional environment details** section below.:
42+
43+
- SharePoint Framework
44+
- Node.js (`node -v`)
4545
options:
46-
- label: 💥 Visual Studio Code
47-
- label: 💥 Visual Studio
48-
- label: 💥 .NET
49-
- label: 💥 Node.js
5046
- label: 💥 SharePoint Framework
5147
- label: SharePoint Add-ins
5248
- label: SharePoint CSOM
5349
- label: SharePoint REST API
5450
- label: not applicable
5551
- label: other (enter in the "Additional environment details" area below)
52+
validations:
53+
required: true
54+
55+
- type: dropdown
56+
id: dev_environment
57+
attributes:
58+
label: Developer environment
59+
options:
60+
- Windows
61+
- macOS
62+
- Linux

0 commit comments

Comments
 (0)