Skip to content

Commit 2833f8d

Browse files
authored
Update and rename 1_Bug_report.md to 1_Bug_report.yml
1 parent 05468f5 commit 2833f8d

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Bug Report
2+
description: "Report a general library issue."
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: "Before submitting your report, [please ensure your Laravel version is still supported](https://laravel.com/docs/releases#support-policy)."
8+
- type: input
9+
attributes:
10+
label: Installer Version
11+
description: Provide the Installer version that you are using.
12+
placeholder: 4.1.0
13+
validations:
14+
required: true
15+
- type: textarea
16+
attributes:
17+
label: Description
18+
description: Provide a detailed description of the issue you are facing.
19+
validations:
20+
required: true
21+
- type: textarea
22+
attributes:
23+
label: Steps To Reproduce
24+
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"`.
25+
validations:
26+
required: true
27+

0 commit comments

Comments
 (0)