Skip to content

Commit 84f3138

Browse files
authored
Update bug report template
1 parent 51e3a75 commit 84f3138

File tree

2 files changed

+55
-44
lines changed

2 files changed

+55
-44
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Bug Report
2+
description: "Report a reproducible bug."
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Before creating a new Bug Report, please check that there isn't already a similar issue on [the issue tracker](https://github.com/spatie/laravel-permission/issues) or in [the discussions](https://github.com/spatie/laravel-permission/discussions).
8+
Also, **many issues/questions/problems are already answered** in the [documentation](https://spatie.be/docs/laravel-permission) already. **Please be sure to check the docs** because it will save you time!
9+
10+
- type: textarea
11+
attributes:
12+
label: Description
13+
description: A clear and concise description of what the bug is.
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: Steps To Reproduce
19+
description: How do you trigger this bug? Please walk us through it step by step.
20+
value: |
21+
1.
22+
2.
23+
3.
24+
...
25+
validations:
26+
required: true
27+
- type: input
28+
attributes:
29+
label: Example Application
30+
description: "Here is a link to my Github repo containing a minimal Laravel application which shows my problem:"
31+
- type: markdown
32+
attributes:
33+
value: |
34+
You can use `composer show` to get package version numbers:
35+
- type: input
36+
attributes:
37+
label: "Version of spatie/laravel-permission package:"
38+
validations:
39+
required: true
40+
- type: input
41+
attributes:
42+
label: "Version of laravel/framework package:"
43+
validations:
44+
required: true
45+
- type: input
46+
attributes:
47+
label: "PHP version:"
48+
validations:
49+
required: true
50+
- type: input
51+
attributes:
52+
label: "Database engine and version:"
53+
- type: input
54+
attributes:
55+
label: "OS: Windows/Mac/Linux version:"

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)