diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.md b/.github/ISSUE_TEMPLATE/1_Bug_report.md deleted file mode 100644 index d2c4077..0000000 --- a/.github/ISSUE_TEMPLATE/1_Bug_report.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "Bug report" -about: 'Report a general library issue. Please ensure your version is still supported: https://laravel.com/docs/releases#support-policy' ---- - - - -### Description: - - -### Steps To Reproduce: - - -### Diagnosis - - diff --git a/.github/ISSUE_TEMPLATE/1_Bug_report.yml b/.github/ISSUE_TEMPLATE/1_Bug_report.yml new file mode 100644 index 0000000..c89346e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/1_Bug_report.yml @@ -0,0 +1,37 @@ +name: Bug Report +description: "Report a general library issue." +body: + - type: markdown + attributes: + value: | + Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy). + + Did you know? Most problems can be resolved by running 3 commands: + + - `composer self-update` + - `composer global update` + - `brew upgrade` + + ... in fact, it's good to run these commands at least once a month! + + Alternatively, try to reboot your machine first to see if it solves your current issue. + - type: textarea + attributes: + label: Description + description: Provide a detailed description of the issue you are facing. + validations: + required: true + - type: textarea + attributes: + label: Steps To Reproduce + description: Provide detailed steps to reproduce your issue. + validations: + required: true + - type: textarea + attributes: + label: Diagnosis + description: Run `valet diagnose` and then paste the output here. + validations: + required: true + +