Update bug-report.yml
This commit is contained in:
parent
a5f785aac3
commit
df9b625c52
|
@ -1,6 +1,5 @@
|
|||
name: 🐞 Bug or Error Report
|
||||
description: Report an anomaly or unexpected behavior with a sample from this repository.
|
||||
title: "[Web Part Name]: [Issue Title]"
|
||||
labels: ['Needs: Triage :mag:', 'type:bug-suspected']
|
||||
|
||||
body:
|
||||
|
@ -32,6 +31,7 @@ body:
|
|||
Use the sample name or URL. We don't want to be spend all this time diagnosing issues about the wrong sample, do we?
|
||||
|
||||
- type: input
|
||||
id: authors
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
|
@ -62,6 +62,7 @@ body:
|
|||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: How do you reproduce this? Please provide as much step-by-step detail as possible.
|
||||
|
@ -73,6 +74,7 @@ body:
|
|||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: What did you expect to happen when the reproduce steps are followed?
|
||||
|
@ -90,6 +92,7 @@ body:
|
|||
We're not trying to be difficult here, we just want to help as quickly as possible.
|
||||
|
||||
- type: dropdown
|
||||
id: sharepoint-version
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
|
@ -100,6 +103,7 @@ body:
|
|||
- SharePoint Server 2016 (on-premise)
|
||||
|
||||
- type: dropdown
|
||||
id: environment-os
|
||||
attributes:
|
||||
label: Developer environment
|
||||
options:
|
||||
|
@ -108,6 +112,7 @@ body:
|
|||
- Linux
|
||||
|
||||
- type: checkboxes
|
||||
id: browsers
|
||||
attributes:
|
||||
label: Browsers
|
||||
description: |
|
||||
|
@ -151,6 +156,7 @@ body:
|
|||
TIP: To find out, run `node -v`
|
||||
|
||||
- type: textarea
|
||||
id: moar
|
||||
attributes:
|
||||
label: Additional environment details
|
||||
description: Include as much detail about the environment you're targeting. This is required if "other (enter below)" is selected in the previous field.
|
||||
|
|
Loading…
Reference in New Issue