File tree 2 files changed +55
-0
lines changed 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Report something that's not working. Please ensure you have checked issues
4
+ and pull requests section.
5
+ title : ' '
6
+ labels : ' '
7
+ assignees : ' '
8
+
9
+ ---
10
+
11
+ ** Describe the bug**
12
+ A clear and concise description of what the bug is.
13
+
14
+ ** To Reproduce**
15
+ Steps to reproduce the behavior:
16
+ 1 . Create table '...'
17
+ 2 . Run ` php artisan migrate:generate ... `
18
+ 3 . See error
19
+
20
+ ** Expected behavior**
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ ** Screenshots**
24
+ If applicable, add screenshots to help explain your problem.
25
+
26
+ ** Details (please complete the following information):**
27
+ - DB: [ e.g. MySQL]
28
+ - DB Version: [ e.g. 5.7.37]
29
+ - Laravel Version:
30
+ - PHP Version:
31
+ - Migrations Generator Version:
32
+
33
+ ** Additional context**
34
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Feature request
3
+ about : Suggest an idea for this project. Please ensure you have checked issues and
4
+ pull requests section.
5
+ title : ' '
6
+ labels : ' '
7
+ assignees : ' '
8
+
9
+ ---
10
+
11
+ ** Is your feature request related to a problem? Please describe.**
12
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [ ...]
13
+
14
+ ** Describe the solution you'd like**
15
+ A clear and concise description of what you want to happen.
16
+
17
+ ** Describe alternatives you've considered**
18
+ A clear and concise description of any alternative solutions or features you've considered.
19
+
20
+ ** Additional context**
21
+ Add any other context or screenshots about the feature request here.
You can’t perform that action at this time.
0 commit comments