diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index ec442d13c..3303845d0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -170,7 +170,9 @@ body: attributes: label: Paste the results of SPFx doctor 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) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index ad0ac7bae..4cf49e0bf 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -89,5 +89,21 @@ status:app-package-request: We appreciate your understanding and cooperation! + # Close the issue + 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 \ No newline at end of file