mirror of
https://github.com/kevin-DL/breeze-next-template.git
synced 2026-01-17 12:54:56 +00:00
Add default files
This commit is contained in:
22
.github/ISSUE_TEMPLATE/1_Bug_report.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/1_Bug_report.md
vendored
Normal 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" -->
|
||||
4
.github/ISSUE_TEMPLATE/2_Feature_request.md
vendored
Normal file
4
.github/ISSUE_TEMPLATE/2_Feature_request.md
vendored
Normal 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
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user