Skip to content

Commit 054a8bd

Browse files
Merge pull request SharePoint#6941 from andrewconnell/master
fix - malformed issue template
2 parents c6553f2 + 4a77eb0 commit 054a8bd

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
21
name: Bug / error report
32
description: Submit a bug or error report.
43
labels: ['Needs: Triage', 'type:bug-suspected']
4+
55
body:
66
- type: markdown
77
attributes:
@@ -13,10 +13,12 @@ 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+
1617
- type: markdown
1718
attributes:
1819
value: |
1920
Please provide the following details about your environment. *If this section is ignored, your submission will be flagged as **incomplete** & automatically closed.*
21+
2022
- type: dropdown
2123
id: target_environment
2224
attributes:
@@ -28,6 +30,7 @@ body:
2830
- other (enter in the "Additional environment details" area below)
2931
validations:
3032
required: true
33+
3134
- type: checkbox
3235
id: tooling
3336
attributes:
@@ -51,6 +54,7 @@ body:
5154
- other (enter in the "Additional environment details" area below)
5255
validations:
5356
required: true
57+
5458
- type: dropdown
5559
id: dev_environment
5660
attributes:
@@ -59,6 +63,7 @@ body:
5963
- Windows
6064
- macOS
6165
- Linux
66+
6267
- type: checkbox
6368
id: client
6469
attributes:
@@ -76,19 +81,23 @@ body:
7681
- other (enter in the "Additional environment details" area below)
7782
validations:
7883
required: true
84+
7985
- type: textarea
8086
id: additional_environment_detail
8187
attributes:
8288
label: Additional environment details
8389
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+
8491
- type: markdown
8592
attributes:
8693
value: |
8794
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+
8896
- type: textarea
8997
label: Describe the bug / error
9098
validations:
9199
required: true
100+
92101
- type: Steps to reproduce
93102
attributes:
94103
description: How do you reproduce this? Please provide as much step-by-step detail as possible.
@@ -98,9 +107,9 @@ body:
98107
3.
99108
validations:
100109
required: true
110+
101111
- type: Expected behavior
102112
attributes:
103113
description: What did you expect to happen when the reproduce steps are followed?
104114
validations:
105-
required: true
106-
---
115+
required: true

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
21
name: Question or generic issue (not a bug or feature request)
32
description: Do you have a question? Or is it something else that doesn't fit one of the links below? Select this option!
43
labels: 'Needs: Triage'
4+
55
body:
66
- type: markdown
77
attributes:
@@ -11,6 +11,7 @@ body:
1111
- Follow our guidance on [How To Create Good Issues](https://github.com/sharepoint/sp-dev-docs/wiki/How-to-Create-Good-Issues).
1212
- Remember to include sufficient details and context.
1313
- If you have multiple questions, suggestions, or bugs, please submit them in separate issues.
14+
1415
- type: dropdown
1516
id: category
1617
attributes:
@@ -22,10 +23,12 @@ body:
2223
- other
2324
validations:
2425
required: true
26+
2527
- type: markdown
2628
attributes:
2729
value: |
2830
Please provide the following details about your environment. *If this section is ignored, your submission will be flagged as **incomplete** & automatically closed.*
31+
2932
- type: checkbox
3033
id: tooling
3134
attributes:
@@ -46,6 +49,7 @@ body:
4649
- SharePoint CSOM
4750
- SharePoint REST API
4851
- other (enter in the "Additional environment details" area below)
52+
4953
- type: dropdown
5054
id: target_environment
5155
attributes:
@@ -57,6 +61,7 @@ body:
5761
- other (enter below)
5862
validations:
5963
required: true
64+
6065
- type: checkbox
6166
id: client
6267
attributes:
@@ -71,11 +76,13 @@ body:
7176
- mobile (iOS/iPadOS)
7277
- mobile (Android)
7378
- other (enter in the "Additional environment details" area below)
79+
7480
- type: textarea
7581
id: client_other
7682
attributes:
7783
label: Target environment (other)
7884
description: Include as much detail about the environment you're targetting. This is required if "other (enter below)" is selected in the previous field.
85+
7986
- type: textarea
8087
id: additional_environment_detail
8188
attributes:
@@ -85,4 +92,3 @@ body:
8592
label: Issue description
8693
validations:
8794
required: true
88-
---

0 commit comments

Comments
 (0)