Skip to content

Commit eaf0f23

Browse files
update issue template: question
1 parent f6236e7 commit eaf0f23

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
name: zz ❌❌ DO NOT USE (WIP)
2+
description: Do you have a question? Or is it something else that doesn't fit one of the links below? Select this option!
3+
labels: 'Needs: Triage'
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
This is for SharePoint development topics. If your submission is now about SharePoint development such as out-of-the-box capabilities, SharePoint configuration, please use refer to other support options listed on the [new issue chooser page](https://github.com/SharePoint/sp-dev-docs/issues/new/choose). Please provide as much information as possible so we can best address your submission. Thanks!
10+
11+
- Follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues).
12+
- Remember to include sufficient details and context.
13+
- If you have multiple questions, suggestions, or bugs, please submit them in separate issues.
14+
15+
Please provide the following details about your environment. 🚨 *If this section is ignored, your submission will be flagged as **incomplete** & automatically closed.*
16+
17+
- type: dropdown
18+
attributes:
19+
label: What type of issue is this?
20+
options:
21+
- Question
22+
- Documentation issue / typo
23+
- other
24+
validations:
25+
required: true
26+
27+
- type: dropdown
28+
attributes:
29+
label: What SharePoint development model, framework, SDK or API is this about?
30+
description: |
31+
What tooling, frameworks, SDKs, or official libraries is this related to? Please include the version details in the *"Additional environment details"* field below.
32+
33+
**This form is only for officially supported Microsoft products**.
34+
35+
*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.*
36+
37+
**NOTE**:💥 If you select SharePoint Framework, you must include the following version numbers in the **Additional environment details** section below: 1️⃣ SharePoint Framework & 2️⃣ Node.js (`node -v`).
38+
options:
39+
- 💥 SharePoint Framework
40+
- SharePoint Add-ins
41+
- SharePoint CSOM
42+
- SharePoint REST API
43+
- not applicable
44+
- other (enter in the "Additional environment details" area below)
45+
validations:
46+
required: true
47+
48+
- type: dropdown
49+
attributes:
50+
label: Target SharePoint environment
51+
options:
52+
- SharePoint Online
53+
- SharePoint Server 2019 (on-premise)
54+
- SharePoint Server 2016 (on-premise)
55+
- other (enter in the "Additional environment details" area below)
56+
validations:
57+
required: true
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: textarea
83+
attributes:
84+
label: Issue description
85+
validations:
86+
required: true

0 commit comments

Comments
 (0)