1
0
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:
Dries Vints
2021-12-03 15:40:15 +01:00
parent 8d06d312be
commit 3a5d12e24d
14 changed files with 167 additions and 41 deletions

24
.github/ISSUE_TEMPLATE/1_Bug_report.md vendored Normal file
View 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
View 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