Skip to content

Commit ccb6ef8

Browse files
update issue template: bug report
1 parent a0de494 commit ccb6ef8

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,86 @@ body:
3030
- other (enter in the "Additional environment details" area below)
3131
validations:
3232
required: true
33+
34+
- type: checkbox
35+
id: tooling
36+
attributes:
37+
label: Tooling / frameworks / Microsoft libraries
38+
description: |
39+
What tooling, frameworks, SDKs, or official libraries is this related to? Please include the version details in the *"Additional environment details"* field below.
40+
41+
**This form is only for officially supported Microsoft products**.
42+
43+
*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.*
44+
options:
45+
- Visual Studio Code (include version below)
46+
- Visual Studio (include version below)
47+
- .NET (include version below)
48+
- Node.js (include version below)
49+
- SharePoint Framework (include version below)
50+
- SharePoint Add-ins
51+
- SharePoint CSOM
52+
- SharePoint REST API
53+
- not applicable
54+
- other (enter in the "Additional environment details" area below)
55+
validations:
56+
required: true
57+
58+
- type: dropdown
59+
id: dev_environment
60+
attributes:
61+
label: Developer environment
62+
options:
63+
- Windows
64+
- macOS
65+
- Linux
66+
67+
- type: checkbox
68+
id: client
69+
attributes:
70+
label: Browser(s) / client(s)
71+
description: Select the browser(s)/clients this submission is relevant to. Use the *"Additional environment details"* field below to provide version details (if applicable).
72+
options:
73+
- Internet Explorer (include version below)
74+
- Microsoft Edge (include version below)
75+
- Google Chrome (include version below)
76+
- FireFox (include version below)
77+
- Safari (include version below)
78+
- mobile (iOS/iPadOS)
79+
- mobile (Android)
80+
- not applicable
81+
- other (enter in the "Additional environment details" area below)
82+
validations:
83+
required: true
84+
85+
- type: textarea
86+
id: additional_environment_detail
87+
attributes:
88+
label: Additional environment details
89+
description: Include as much detail about the environment you're targetting. This is required if "other (enter below)" is selected in the previous field.
90+
91+
- type: markdown
92+
attributes:
93+
value: |
94+
Provide a clear & concise description of what the bug is. Please follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues) which explains how to apply formatting, adding references & resources, screenshots, etc. **Do not attach ZIP files** of your code or compiled projects - instead, please publish your code to a public GitHub repo & post a link to it.
95+
96+
- type: textarea
97+
label: Describe the bug / error
98+
validations:
99+
required: true
100+
101+
- type: Steps to reproduce
102+
attributes:
103+
description: How do you reproduce this? Please provide as much step-by-step detail as possible.
104+
value: |
105+
1.
106+
2.
107+
3.
108+
validations:
109+
required: true
110+
111+
- type: Expected behavior
112+
attributes:
113+
description: What did you expect to happen when the reproduce steps are followed?
114+
validations:
115+
required: true

0 commit comments

Comments
 (0)