Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/1_Bug_report.md

This file was deleted.

9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/2_Feature_request.md

This file was deleted.

53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Bug
description: Report a bug or other issue

labels: '👓 needs review'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!

⚠️Review existing issues to see whether someone else has already reported your issue.

- type: textarea
id: environment
attributes:
label: Envoronment
description: |
Tip: Use the `composer info dragon-code/laravel-migration-actions` command to get information for Laravel Lang.
Tip: Use the `php artisan --version` command to get information for Laravel Framework.
Tip: Use the `php -v` command to get information for PHP.
value: |
- Migration Actions Version:
- Laravel Version:
- PHP Version:
- Database Driver & Version:
validations:
required: true

- type: textarea
id: description
attributes:
label: Issue description
description: |
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.

Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
Tip: You can use https://www.screentogif.com to record animations and videos.
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: Take some time to try and reproduce the issue, then explain how to do so here.
validations:
required: true

- type: markdown
attributes:
value: |
❤️ The Dragon Code? Please consider supporting our collective: https://opencollective.com/dragon-code
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Laravel issue
url: https://github.com/laravel/framework/issues
about: 'If you have a question about your Laravel implementation, ask it in your Laravel project.'
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Feature Proposal
description: Propose a new feature

labels:
- '💪 feature request'

body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!

⚠️Review existing issues to see whether someone else has already reported your issue.

- type: textarea
id: description
attributes:
label: Feature description
description: |
Think through your proposal and describe it clearly.

Note that features are only added to the most recent version of Laravel Lang.
validations:
required: true

- type: textarea
id: environment
attributes:
label: Envoronment
description: |
Tip: Use the `composer info dragon-code/laravel-migration-actions` command to get information for Laravel Lang.
Tip: Use the `php artisan --version` command to get information for your application.
Tip: Use the `php -v` command to get information for PHP.
value: |
- Migration Actions Version:
- Laravel Version:
- PHP Version:
- Database Driver & Version:
validations:
required: false

- type: markdown
attributes:
value: |
❤️ The Dragon Code? Please consider supporting our collective: https://opencollective.com/dragon-code
67 changes: 0 additions & 67 deletions .styleci.yml

This file was deleted.