Added disclaimer to issue
This commit is contained in:
parent
fa09f41c5f
commit
b2fae37047
|
@ -11,7 +11,7 @@ body:
|
||||||
Thank you for reporting a bug! Use the sections below to submit a bug ONLY if it's related to samples in this repo. If you have an issue or question about the SharePoint Framework or its documentation, please submit it at https://aka.ms/spdev-issues.
|
Thank you for reporting a bug! Use the sections below to submit a bug ONLY if it's related to samples in this repo. If you have an issue or question about the SharePoint Framework or its documentation, please submit it at https://aka.ms/spdev-issues.
|
||||||
|
|
||||||
> **IMPORTANT**
|
> **IMPORTANT**
|
||||||
> Before you submit an issue, please run **[spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/)** from within the solution folder to diagnose incompatibility issues with your environment.
|
> Before you submit an issue, please follow the **[troubleshooting steps](https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples)**.
|
||||||
|
|
||||||
- Follow our guidance on [How To Create Good Issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues).
|
- Follow our guidance on [How To Create Good Issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues).
|
||||||
- All bug reports are welcome - we want to fix them!
|
- All bug reports are welcome - we want to fix them!
|
||||||
|
@ -22,6 +22,13 @@ body:
|
||||||
|
|
||||||
Please provide the following details about the issue you encountered. *Issues that do not provide the information requested in this form will be flagged as **incomplete** & automatically closed.*
|
Please provide the following details about the issue you encountered. *Issues that do not provide the information requested in this form will be flagged as **incomplete** & automatically closed.*
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: disclaimer
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: I have reviewed the **[troubleshooting steps](https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples)** and [how to create good issues](https://github.com/pnp/sp-dev-fx-webparts/wiki/How-to-Create-Good-Issues) before submitting this issue and understand that my issue may be closed if I do not follow the guidelines.
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: sample
|
id: sample
|
||||||
validations:
|
validations:
|
||||||
|
@ -136,17 +143,16 @@ body:
|
||||||
- label: not applicable
|
- label: not applicable
|
||||||
- label: other (enter in the "Additional environment details" area below)
|
- label: other (enter in the "Additional environment details" area below)
|
||||||
|
|
||||||
- type: input
|
- type: textarea
|
||||||
id: Node
|
id: spfxdoctor
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
attributes:
|
attributes:
|
||||||
label: Node.js version
|
label: Paste the results of SPFx doctor
|
||||||
placeholder: E.g. v10.23.1
|
|
||||||
description: |
|
description: |
|
||||||
Which version of Node.js are you using?
|
Run `m365 spfx doctor -o json` and paste the results.
|
||||||
|
|
||||||
TIP: To find out, run `node -v`
|
Follow [the steps](https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#run-spfx-doctor) listed in [troubleshooting issues with samples](https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples)
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: moar
|
id: moar
|
||||||
|
|
Loading…
Reference in New Issue