Skip to content

Commit 860b05f

Browse files
Merge pull request SharePoint#6939 from andrewconnell/master
Converted issue templates to issue forms
2 parents 097e049 + 05193a6 commit 860b05f

File tree

7 files changed

+198
-174
lines changed

7 files changed

+198
-174
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
name: Bug / error report
3+
about: Submit a bug or error report.
4+
labels: ['Needs: Triage', 'type:bug-suspected']
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
- [x] Bug
10+
11+
This is for SharePoint development bugs. 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!
12+
13+
- Follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues).
14+
- Remember to include sufficient details and context.
15+
- If you have multiple questions, suggestions, or bugs, please submit them in separate issues.
16+
- type: markdown
17+
attributes:
18+
value: |
19+
Please provide the following details about your environment. *If this section is ignored, your submission will be flagged as **incomplete** & automatically closed.*
20+
- type: dropdown
21+
id: target_environment
22+
attributes:
23+
label: Target SharePoint environment
24+
options:
25+
- SharePoint Online
26+
- SharePoint Server 2019 (on-premise)
27+
- SharePoint Server 2016 (on-premise)
28+
- other (enter in the "Additional environment details" area below)
29+
validations:
30+
required: true
31+
- type: checkbox
32+
id: tooling
33+
attributes:
34+
label: Tooling / frameworks / Microsoft libraries
35+
description: |
36+
What tooling, frameworks, SDKs, or official libraries is this related to? Please include the version details in the *"Additional environment details"* field below.
37+
38+
**This form is only for officially supported Microsoft products**.
39+
40+
*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.*
41+
options:
42+
- Visual Studio Code (include version below)
43+
- Visual Studio (include version below)
44+
- .NET (include version below)
45+
- Node.js (include version below)
46+
- SharePoint Framework (include version below)
47+
- SharePoint Add-ins
48+
- SharePoint CSOM
49+
- SharePoint REST API
50+
- not applicable
51+
- other (enter in the "Additional environment details" area below)
52+
validations:
53+
required: true
54+
- type: dropdown
55+
id: dev_environment
56+
attributes:
57+
label: Developer environment
58+
options:
59+
- Windows
60+
- macOS
61+
- Linux
62+
- type: checkbox
63+
id: client
64+
attributes:
65+
label: Browser(s) / client(s)
66+
description: Select the browser(s)/clients this submission is relevant to. Use the *"Additional environment details"* field below to provide version details (if applicable).
67+
options:
68+
- Internet Explorer (include version below)
69+
- Microsoft Edge (include version below)
70+
- Google Chrome (include version below)
71+
- FireFox (include version below)
72+
- Safari (include version below)
73+
- mobile (iOS/iPadOS)
74+
- mobile (Android)
75+
- not applicable
76+
- other (enter in the "Additional environment details" area below)
77+
validations:
78+
required: true
79+
- type: textarea
80+
id: additional_environment_detail
81+
attributes:
82+
label: Additional environment details
83+
description: Include as much detail about the environment you're targetting. This is required if "other (enter below)" is selected in the previous field.
84+
- type: markdown
85+
attributes:
86+
value: |
87+
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.
88+
- type: textarea
89+
label: Describe the bug / error
90+
validations:
91+
required: true
92+
- type: Steps to reproduce
93+
attributes:
94+
description: How do you reproduce this? Please provide as much step-by-step detail as possible.
95+
value: |
96+
1.
97+
2.
98+
3.
99+
validations:
100+
required: true
101+
- type: Expected behavior
102+
attributes:
103+
description: What did you expect to happen when the reproduce steps are followed?
104+
validations:
105+
required: true
106+
---

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false
22
contact_links:
3+
- name: Feature Request / Change Request
4+
url: https://aka.ms/sp-dev-uservoice
5+
about: Feature requests should be submitted to the SharePoint Dev UserVoice site.
36
- name: SharePoint Developer Documentation
47
url: https://docs.microsoft.com/sharepoint/dev
58
about: All developer documentation for SharePoint can be found here.
69
- name: SharePoint TechCommunity
710
url: https://techcommunity.microsoft.com/t5/SharePoint/ct-p/SharePoint
811
about: Please submit non-developer questions/reports to the SharePoint TechCommunity site. This includes anything related to administrator, end-user, or user experience capabilities, questions, and errors.
9-
- name: SharePoint Dev UserVoice
10-
url: https://aka.ms/sp-dev-uservoice
11-
about: Please submit feature requests and suggestions here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
name: Question or generic issue (not a bug or feature request)
3+
description: Do you have a question? Or is it something else that doesn't fit one of the links below? Select this option!
4+
labels: 'Needs: Triage'
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+
- type: dropdown
15+
id: category
16+
attributes:
17+
label: Category
18+
description: Select the type of issue.
19+
options:
20+
- Question
21+
- Documentation issue / typo
22+
- other
23+
validations:
24+
required: true
25+
- type: markdown
26+
attributes:
27+
value: |
28+
Please provide the following details about your environment. *If this section is ignored, your submission will be flagged as **incomplete** & automatically closed.*
29+
- type: checkbox
30+
id: tooling
31+
attributes:
32+
label: Tooling / frameworks / Microsoft libraries
33+
description: |
34+
What tooling, frameworks, SDKs, or official libraries is this related to? Please include the version details in the *"Additional environment details"* field below.
35+
36+
**This form is only for officially supported Microsoft products**.
37+
38+
*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.*
39+
options:
40+
- Visual Studio Code (include version below)
41+
- Visual Studio (include version below)
42+
- .NET (include version below)
43+
- Node.js (include version below)
44+
- SharePoint Framework (include version below)
45+
- SharePoint Add-ins
46+
- SharePoint CSOM
47+
- SharePoint REST API
48+
- other (enter in the "Additional environment details" area below)
49+
- type: dropdown
50+
id: target_environment
51+
attributes:
52+
label: Target SharePoint environment
53+
options:
54+
- SharePoint Online
55+
- SharePoint Server 2019 (on-premise)
56+
- SharePoint Server 2016 (on-premise)
57+
- other (enter below)
58+
validations:
59+
required: true
60+
- type: checkbox
61+
id: client
62+
attributes:
63+
label: Browser(s) / client(s)
64+
description: Select the browser(s)/clients this submission is relevant to. Use the *"Additional environment details"* field below to provide version details (if applicable).
65+
options:
66+
- Internet Explorer (include version below)
67+
- Microsoft Edge (include version below)
68+
- Google Chrome (include version below)
69+
- FireFox (include version below)
70+
- Safari (include version below)
71+
- mobile (iOS/iPadOS)
72+
- mobile (Android)
73+
- other (enter in the "Additional environment details" area below)
74+
- type: textarea
75+
id: client_other
76+
attributes:
77+
label: Target environment (other)
78+
description: Include as much detail about the environment you're targetting. This is required if "other (enter below)" is selected in the previous field.
79+
- type: textarea
80+
id: additional_environment_detail
81+
attributes:
82+
label: Additional environment details
83+
description: Include as much detail about the environment you're targetting. This is required if "other (enter below)" is selected in the previous field.
84+
- type: textarea
85+
label: Issue description
86+
validations:
87+
required: true
88+
---

0 commit comments

Comments
 (0)