Added spfx doctor label
This commit is contained in:
parent
33e2e60f05
commit
6537fa4c22
|
@ -170,7 +170,9 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Paste the results of SPFx doctor
|
label: Paste the results of SPFx doctor
|
||||||
description: |
|
description: |
|
||||||
Run `m365 spfx doctor -o text` and paste the results.
|
Run `m365 spfx doctor -o text` and paste the results. If you cannot run SPFx doctor, provide the error message or an explanation why you were not able to provide the information that is crucial to being able to help you.
|
||||||
|
|
||||||
|
Issues without SPFx doctor results may be closed automatically.
|
||||||
|
|
||||||
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)
|
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)
|
||||||
|
|
||||||
|
|
|
@ -91,3 +91,19 @@ status:app-package-request:
|
||||||
|
|
||||||
# Close the issue
|
# Close the issue
|
||||||
close: true
|
close: true
|
||||||
|
|
||||||
|
# Dealing with people asking for app packages
|
||||||
|
status:spfx-doctor:
|
||||||
|
# Post a comment
|
||||||
|
comment: |+
|
||||||
|
## No SPFx Doctor information
|
||||||
|
Thank you for reaching out! Unfortunately, we cannot proceed further without information from SPFx doctor to diagnose potential dependency issues with your enviroment and/or project.
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
||||||
|
Feel free to open a new issue with the full SPFx doctor results. Make sure to provide all the requested information so that we can help you as quickly as possible.
|
||||||
|
|
||||||
|
We appreciate your understanding and cooperation!
|
||||||
|
|
||||||
|
# Close the issue
|
||||||
|
close: true
|
Loading…
Reference in New Issue