You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
2
name: Bug report
3
-
about: Report or reproducable bug
3
+
about: Report a reproducible bug
4
4
title: ''
5
5
labels: ''
6
6
assignees: ''
7
7
8
8
---
9
9
10
10
**Before creating a new bug report**
11
-
Please check if there isn't 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).
11
+
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).
12
12
13
13
**Describe the bug**
14
14
A clear and concise description of what the bug is.
15
15
16
16
**Versions**
17
17
You can use `composer show` to get the version numbers of:
18
18
- spatie/laravel-permission package version:
19
-
-illuminate/framework package
19
+
-laravel/framework package
20
20
21
21
PHP version:
22
22
@@ -40,4 +40,5 @@ Add any other context about the problem here.
40
40
**Environment (please complete the following information, because it helps us investigate better):**
0 commit comments