Skip to content

Commit a0de494

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

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,20 @@ body:
1313
- Follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues).
1414
- Remember to include sufficient details and context.
1515
- If you have multiple questions, suggestions, or bugs, please submit them in separate issues.
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.*
21+
22+
- type: dropdown
23+
id: target_environment
24+
attributes:
25+
label: Target SharePoint environment
26+
options:
27+
- SharePoint Online
28+
- SharePoint Server 2019 (on-premise)
29+
- SharePoint Server 2016 (on-premise)
30+
- other (enter in the "Additional environment details" area below)
31+
validations:
32+
required: true

0 commit comments

Comments
 (0)