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
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.