You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
---
2
1
name: Bug / error report
3
2
description: Submit a bug or error report.
4
3
labels: ['Needs: Triage', 'type:bug-suspected']
4
+
5
5
body:
6
6
- type: markdown
7
7
attributes:
@@ -13,10 +13,12 @@ body:
13
13
- Follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues).
14
14
- Remember to include sufficient details and context.
15
15
- If you have multiple questions, suggestions, or bugs, please submit them in separate issues.
16
+
16
17
- type: markdown
17
18
attributes:
18
19
value: |
19
20
Please provide the following details about your environment. *If this section is ignored, your submission will be flagged as **incomplete** & automatically closed.*
21
+
20
22
- type: dropdown
21
23
id: target_environment
22
24
attributes:
@@ -28,6 +30,7 @@ body:
28
30
- other (enter in the "Additional environment details" area below)
29
31
validations:
30
32
required: true
33
+
31
34
- type: checkbox
32
35
id: tooling
33
36
attributes:
@@ -51,6 +54,7 @@ body:
51
54
- other (enter in the "Additional environment details" area below)
52
55
validations:
53
56
required: true
57
+
54
58
- type: dropdown
55
59
id: dev_environment
56
60
attributes:
@@ -59,6 +63,7 @@ body:
59
63
- Windows
60
64
- macOS
61
65
- Linux
66
+
62
67
- type: checkbox
63
68
id: client
64
69
attributes:
@@ -76,19 +81,23 @@ body:
76
81
- other (enter in the "Additional environment details" area below)
77
82
validations:
78
83
required: true
84
+
79
85
- type: textarea
80
86
id: additional_environment_detail
81
87
attributes:
82
88
label: Additional environment details
83
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
+
84
91
- type: markdown
85
92
attributes:
86
93
value: |
87
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
+
88
96
- type: textarea
89
97
label: Describe the bug / error
90
98
validations:
91
99
required: true
100
+
92
101
- type: Steps to reproduce
93
102
attributes:
94
103
description: How do you reproduce this? Please provide as much step-by-step detail as possible.
@@ -98,9 +107,9 @@ body:
98
107
3.
99
108
validations:
100
109
required: true
110
+
101
111
- type: Expected behavior
102
112
attributes:
103
113
description: What did you expect to happen when the reproduce steps are followed?
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/question.yml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
---
2
1
name: Question or generic issue (not a bug or feature request)
3
2
description: Do you have a question? Or is it something else that doesn't fit one of the links below? Select this option!
4
3
labels: 'Needs: Triage'
4
+
5
5
body:
6
6
- type: markdown
7
7
attributes:
@@ -11,6 +11,7 @@ body:
11
11
- Follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues).
12
12
- Remember to include sufficient details and context.
13
13
- If you have multiple questions, suggestions, or bugs, please submit them in separate issues.
14
+
14
15
- type: dropdown
15
16
id: category
16
17
attributes:
@@ -22,10 +23,12 @@ body:
22
23
- other
23
24
validations:
24
25
required: true
26
+
25
27
- type: markdown
26
28
attributes:
27
29
value: |
28
30
Please provide the following details about your environment. *If this section is ignored, your submission will be flagged as **incomplete** & automatically closed.*
31
+
29
32
- type: checkbox
30
33
id: tooling
31
34
attributes:
@@ -46,6 +49,7 @@ body:
46
49
- SharePoint CSOM
47
50
- SharePoint REST API
48
51
- other (enter in the "Additional environment details" area below)
52
+
49
53
- type: dropdown
50
54
id: target_environment
51
55
attributes:
@@ -57,6 +61,7 @@ body:
57
61
- other (enter below)
58
62
validations:
59
63
required: true
64
+
60
65
- type: checkbox
61
66
id: client
62
67
attributes:
@@ -71,11 +76,13 @@ body:
71
76
- mobile (iOS/iPadOS)
72
77
- mobile (Android)
73
78
- other (enter in the "Additional environment details" area below)
79
+
74
80
- type: textarea
75
81
id: client_other
76
82
attributes:
77
83
label: Target environment (other)
78
84
description: Include as much detail about the environment you're targetting. This is required if "other (enter below)" is selected in the previous field.
0 commit comments