1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 08:10:07 +01:00

Update and rename 1_Bug_report.md to 1_Bug_report.yml

This commit is contained in:
Dries Vints
2023-04-07 10:58:22 +02:00
committed by GitHub
parent f65774d070
commit 96bc080d19
2 changed files with 37 additions and 23 deletions

View File

@@ -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'
---
<!-- 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.-->
### Description:
### Steps To Reproduce:
### Diagnosis
<!-- Please upgrade to Valet 2.10 or greater, then run "valet diagnose", and then
paste the output here. -->

37
.github/ISSUE_TEMPLATE/1_Bug_report.yml vendored Normal file
View File

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