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
+19-12Lines changed: 19 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: zz ❌❌ DO NOT USE (WIP)
1
+
name: Bug / error report
2
2
description: Submit a bug or error report.
3
3
labels: ['Needs: Triage', 'type:bug-suspected']
4
4
@@ -14,10 +14,7 @@ body:
14
14
- Remember to include sufficient details and context.
15
15
- If you have multiple questions, suggestions, or bugs, please submit them in separate issues.
16
16
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.*
21
18
22
19
- type: dropdown
23
20
id: target_environment
@@ -31,25 +28,35 @@ body:
31
28
validations:
32
29
required: true
33
30
34
-
- type: checkboxes
31
+
- type: dropdown
35
32
attributes:
36
-
label: Tooling / frameworks / Microsoft libraries
33
+
label: What development environment, framework, SDK or API is this about?
37
34
description: |
38
35
What tooling, frameworks, SDKs, or official libraries is this related to? Please include the version details in the *"Additional environment details"* field below.
39
36
40
37
**This form is only for officially supported Microsoft products**.
41
38
42
39
*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.*
43
40
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`)
45
45
options:
46
-
- label: 💥 Visual Studio Code
47
-
- label: 💥 Visual Studio
48
-
- label: 💥 .NET
49
-
- label: 💥 Node.js
50
46
- label: 💥 SharePoint Framework
51
47
- label: SharePoint Add-ins
52
48
- label: SharePoint CSOM
53
49
- label: SharePoint REST API
54
50
- label: not applicable
55
51
- label: other (enter in the "Additional environment details" area below)
0 commit comments