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

View File

@@ -0,0 +1,4 @@
---
name: "Feature request"
about: 'For ideas or feature requests: please make a pull request or open an issue'
---

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Support Questions & Other
url: https://laravel.com/docs/contributions#support-questions
about: 'This repository is only for reporting bugs. If you have a question or need help using the library, click:'
- name: Documentation issue
url: https://github.com/laravel/docs
about: For documentation issues, open a pull request at the laravel/docs repository