Skip to content

Commit cbea2f4

Browse files
author
Andrey Helldar
committed
Upgraded issues forms
1 parent f8837c5 commit cbea2f4

File tree

6 files changed

+103
-94
lines changed

6 files changed

+103
-94
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.md

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

.github/ISSUE_TEMPLATE/2_Feature_request.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: Bug
2+
description: Report a bug or other issue
3+
4+
labels: '👓 needs review'
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report!
11+
12+
⚠️Review existing issues to see whether someone else has already reported your issue.
13+
14+
- type: textarea
15+
id: environment
16+
attributes:
17+
label: Envoronment
18+
description: |
19+
Tip: Use the `composer info dragon-code/laravel-migration-actions` command to get information for Laravel Lang.
20+
Tip: Use the `php artisan --version` command to get information for Laravel Framework.
21+
Tip: Use the `php -v` command to get information for PHP.
22+
value: |
23+
- Migration Actions Version:
24+
- Laravel Version:
25+
- PHP Version:
26+
- Database Driver & Version:
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: description
32+
attributes:
33+
label: Issue description
34+
description: |
35+
Be as specific and detailed as possible to help us triaging your issue. Screenshots and/or animations can be very useful in helping to understand the issue you're facing.
36+
37+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
38+
Tip: You can use https://www.screentogif.com to record animations and videos.
39+
validations:
40+
required: true
41+
42+
- type: textarea
43+
id: steps
44+
attributes:
45+
label: Steps to reproduce
46+
description: Take some time to try and reproduce the issue, then explain how to do so here.
47+
validations:
48+
required: true
49+
50+
- type: markdown
51+
attributes:
52+
value: |
53+
❤️ The Dragon Code? Please consider supporting our collective: https://opencollective.com/dragon-code

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Laravel issue
4+
url: https://github.com/laravel/framework/issues
5+
about: 'If you have a question about your Laravel implementation, ask it in your Laravel project.'
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Feature Proposal
2+
description: Propose a new feature
3+
4+
labels:
5+
- '💪 feature request'
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
13+
⚠️Review existing issues to see whether someone else has already reported your issue.
14+
15+
- type: textarea
16+
id: description
17+
attributes:
18+
label: Feature description
19+
description: |
20+
Think through your proposal and describe it clearly.
21+
22+
Note that features are only added to the most recent version of Laravel Lang.
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
id: environment
28+
attributes:
29+
label: Envoronment
30+
description: |
31+
Tip: Use the `composer info dragon-code/laravel-migration-actions` command to get information for Laravel Lang.
32+
Tip: Use the `php artisan --version` command to get information for your application.
33+
Tip: Use the `php -v` command to get information for PHP.
34+
value: |
35+
- Migration Actions Version:
36+
- Laravel Version:
37+
- PHP Version:
38+
- Database Driver & Version:
39+
validations:
40+
required: true
41+
42+
- type: markdown
43+
attributes:
44+
value: |
45+
❤️ The Dragon Code? Please consider supporting our collective: https://opencollective.com/dragon-code

.styleci.yml

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

0 commit comments

Comments
 (0)