mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Add new default files
This commit is contained in:
24
.github/ISSUE_TEMPLATE/1_Bug_report.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/1_Bug_report.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
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! -->
|
||||
|
||||
- Valet Version: #.#.#
|
||||
- PHP Version: #.#.#
|
||||
|
||||
### Description:
|
||||
|
||||
|
||||
### Steps To Reproduce:
|
||||
|
||||
|
||||
### Diagnosis
|
||||
|
||||
<!-- Please upgrade to Valet 2.10 or greater, then run "valet diagnose", and then
|
||||
paste the output here. -->
|
||||
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Feature request
|
||||
url: https://github.com/laravel/framework/discussions
|
||||
about: 'For ideas or feature requests, start a new discussion'
|
||||
- name: Support question
|
||||
url: https://github.com/laravel/framework/discussions
|
||||
about: 'This repository is only for reporting bugs. For support, start a new discussion'
|
||||
- name: Documentation issue
|
||||
url: https://github.com/laravel/docs
|
||||
about: For documentation issues, open a pull request at the laravel/docs repository
|
||||
Reference in New Issue
Block a user