Skip to content

Commit a8f2fbf

Browse files
authored
Update issue templates
1 parent 7b33b6f commit a8f2fbf

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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.

0 commit comments

Comments
 (0)