diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 197e83d..fc5640e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: "[BUG]" -labels: '' +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bcdf762..90b08d9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an enhancement title: "[Feature]" -labels: '' +labels: enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/have-a-question.md b/.github/ISSUE_TEMPLATE/have-a-question.md new file mode 100644 index 0000000..0e1fb4a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/have-a-question.md @@ -0,0 +1,10 @@ +--- +name: Have A Question +about: Ask A Question +title: "[Question]" +labels: question +assignees: '' + +--- + + diff --git a/README.md b/README.md index 7e8ba68..68e0698 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,16 @@
-
-- to optimize uploaded files on the fly try [spatie](https://github.com/spatie/laravel-image-optimizer) +- [Installation](##Installation) +- [Config](##Config) +- [Features](##Features) +- [Events](##Events) +- [Usage](##Usage)@{{ selectedUploadPreview.name }}
- -- {{ trans('MediaManager::messages.save.link') }} -
- -- {{ trans('MediaManager::messages.add.new_folder') }} -
- -- {{ trans('MediaManager::messages.rename.file_folder') }} -
- -
-
- {{ trans('MediaManager::messages.are_you_sure_delete') }} -
- -+ {{ trans('MediaManager::messages.save.link') }} +
+ ++ {{ trans('MediaManager::messages.add.new_folder') }} +
+ ++ {{ trans('MediaManager::messages.rename.file_folder') }} +
+ +
+
+ {{ trans('MediaManager::messages.are_you_sure_delete') }} +
+ +