Skip to content

Commit

Permalink
Update and rename 1_Bug_report.md to 1_Bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Apr 6, 2023
1 parent 4800132 commit 4165f48
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/1_Bug_report.md

This file was deleted.

57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/1_Bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: Bug Report
description: "Report a general library issue."
labels: ["bug"]
body:
- type: markdown
attributes:
value: "Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy)."
- type: input
attributes:
label: Sail Version
description: Provide the Sail version that you are using.
placeholder: 1.0.0
validations:
required: true
- type: input
attributes:
label: Laravel Version
description: Provide the Laravel version that you are using.
placeholder: 10.4.1
validations:
required: true
- type: input
attributes:
label: PHP Version
description: Provide the PHP version that you are using.
placeholder: 8.1.4
validations:
required: true
- type: dropdown
attributes:
label: What operating system are you using? Any OS not listed here is currently not supported.
options:
- macOS
- Windows (WSL)
- Linux
validations:
required: true
- type: input
attributes:
label: OS Version
description: Provide the operation version
placeholder: 8.1.4
validations:
required: true
- type: textarea
attributes:
label: Description
description: Provide a detailed description of the issue you are facing.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Provide detailed steps to reproduce your issue. If necessary, please provide a GitHub repository to demonstrate your issue using `laravel new bug-report --github="--public"`.
validations:
required: true

0 comments on commit 4165f48

Please sign in to comment.