Add default files

This commit is contained in:
Dries Vints
2021-12-08 15:32:50 +01:00
parent 0b46190779
commit a07e11db81
14 changed files with 219 additions and 3 deletions

22
.github/ISSUE_TEMPLATE/1_Bug_report.md vendored Normal file
View File

@@ -0,0 +1,22 @@
---
name: "Bug report"
about: "Report something that's broken. Please ensure your Laravel version is still supported: https://laravel.com/docs/releases#support-policy"
---
<!-- DO NOT THROW THIS AWAY -->
<!-- Fill out the FULL versions with patch versions -->
- Breeze Next Version: #.#.#
- Breeze Version: #.#.#
- Laravel Version: #.#.#
- PHP Version: #.#.#
- NPM Version: #.#.#
- Node Version: #.#.#
### Description:
### Steps To Reproduce:
<!-- If possible, please provide a GitHub repository to demonstrate your issue -->
<!-- laravel new bug-report --github="--public" -->