Update bug-report.yml

This commit is contained in:
Hugo Bernier 2021-04-24 13:08:19 -04:00 committed by GitHub
parent a5f785aac3
commit df9b625c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,5 @@
name: 🐞 Bug or Error Report name: 🐞 Bug or Error Report
description: Report an anomaly or unexpected behavior with a sample from this repository. 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'] labels: ['Needs: Triage :mag:', 'type:bug-suspected']
body: 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? 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 - type: input
id: authors
validations: validations:
required: true required: true
attributes: attributes:
@ -62,6 +62,7 @@ body:
required: true required: true
- type: textarea - type: textarea
id: steps
attributes: attributes:
label: Steps to reproduce label: Steps to reproduce
description: How do you reproduce this? Please provide as much step-by-step detail as possible. description: How do you reproduce this? Please provide as much step-by-step detail as possible.
@ -73,6 +74,7 @@ body:
required: true required: true
- type: textarea - type: textarea
id: expected
attributes: attributes:
label: Expected behavior label: Expected behavior
description: What did you expect to happen when the reproduce steps are followed? 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. We're not trying to be difficult here, we just want to help as quickly as possible.
- type: dropdown - type: dropdown
id: sharepoint-version
validations: validations:
required: true required: true
attributes: attributes:
@ -100,6 +103,7 @@ body:
- SharePoint Server 2016 (on-premise) - SharePoint Server 2016 (on-premise)
- type: dropdown - type: dropdown
id: environment-os
attributes: attributes:
label: Developer environment label: Developer environment
options: options:
@ -108,6 +112,7 @@ body:
- Linux - Linux
- type: checkboxes - type: checkboxes
id: browsers
attributes: attributes:
label: Browsers label: Browsers
description: | description: |
@ -151,6 +156,7 @@ body:
TIP: To find out, run `node -v` TIP: To find out, run `node -v`
- type: textarea - type: textarea
id: moar
attributes: attributes:
label: Additional environment details 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. description: Include as much detail about the environment you're targeting. This is required if "other (enter below)" is selected in the previous field.