Skip to content

Commit 2bf0771

Browse files
update issue template: bug report
1 parent 07e5321 commit 2bf0771

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,37 @@ body:
5555
- Windows
5656
- macOS
5757
- Linux
58+
59+
- type: checkboxes
60+
attributes:
61+
label: What browser(s) / client(s) have you tested
62+
description: |
63+
Select the browser(s)/clients this submission is relevant to.
64+
65+
**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.
66+
options:
67+
- label: 💥 Internet Explorer
68+
- label: 💥 Microsoft Edge
69+
- label: 💥 Google Chrome
70+
- label: 💥 FireFox
71+
- label: 💥 Safari
72+
- label: mobile (iOS/iPadOS)
73+
- label: mobile (Android)
74+
- label: not applicable
75+
- label: other (enter in the "Additional environment details" area below)
76+
77+
- type: textarea
78+
attributes:
79+
label: Additional environment details
80+
description: Include as much detail about the environment you're targetting. This is required if "other (enter below)" is selected in the previous field.
81+
82+
- type: markdown
83+
attributes:
84+
value: |
85+
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.
86+
87+
- type: textarea
88+
attributes:
89+
label: Describe the bug / error
90+
validations:
91+
required: true

0 commit comments

Comments
 (0)